Skip to content

Commit 866a895

Browse files
authored
Cursor movement per word added
1 parent 3a484c7 commit 866a895

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

AHK/Windows.ahk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ MouseIsOver(WinTitle)
3232
!k:: Send { DOWN }
3333
!l:: Send { RIGHT }
3434

35+
;Cursor Movement one word [ALT + SHIFT + i,j,k,l]
36+
!+j::Send ^{LEFT}
37+
!+l::Send ^{RIGHT}
38+
3539
;Mouse Movement Normal [CTRL + i,j,k,l]
3640
^i:: MouseMove, 0, -D, , R
3741
^j:: MouseMove, -D, 0, , R

0 commit comments

Comments
 (0)