- Added Alt+Dn/Up for PgUp/PgDn on Windows

This commit is contained in:
Ben Reaves
2020-12-23 15:59:36 -06:00
parent 5f83fa9ba5
commit 24e42c1c8a

View File

@@ -270,6 +270,10 @@ GroupAdd, intellij, ahk_exe idea64.exe
; $LWin up::Send {LWin up}{LAlt up}{LCtrl up} ; MacModifiers
; $LAlt up::Send {LWin up}{CapsLock up}{LAlt up}{LCtrl up} ; CB/IBM
; Go up or down a page
$!Down::Send {PgDn};
$!Up::Send {PgUp};
; Close Apps
^q::Send !{F4}