mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
Move lines properly in Editors. Closes #481
Fixes issue in VSCode with moving lines on Alt-Up/Down
This commit is contained in:
@@ -308,8 +308,10 @@ GroupAdd, intellij, ahk_exe idea64.exe
|
|||||||
!Esc::SendInput, {Pause}
|
!Esc::SendInput, {Pause}
|
||||||
|
|
||||||
; Go up or down a page
|
; Go up or down a page
|
||||||
$!Down::Send {PgDn};
|
#IfWinNotActive ahk_group editors
|
||||||
$!Up::Send {PgUp};
|
$!Down::Send {PgDn}
|
||||||
|
$!Up::Send {PgUp}
|
||||||
|
#If
|
||||||
|
|
||||||
; Close Apps
|
; Close Apps
|
||||||
^q::Send !{F4}
|
^q::Send !{F4}
|
||||||
|
Reference in New Issue
Block a user