mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
- Added Alt+Dn/Up for PgUp/PgDn on Windows
This commit is contained in:
@@ -270,6 +270,10 @@ GroupAdd, intellij, ahk_exe idea64.exe
|
|||||||
; $LWin up::Send {LWin up}{LAlt up}{LCtrl up} ; MacModifiers
|
; $LWin up::Send {LWin up}{LAlt up}{LCtrl up} ; MacModifiers
|
||||||
; $LAlt up::Send {LWin up}{CapsLock up}{LAlt up}{LCtrl up} ; CB/IBM
|
; $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
|
; Close Apps
|
||||||
^q::Send !{F4}
|
^q::Send !{F4}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user