Skip to content

Instantly share code, notes, and snippets.

View isti115's full-sized avatar
🐧

István Donkó isti115

🐧
View GitHub Profile
@isti115
isti115 / Cursor.ahk
Created September 5, 2018 20:05
AutoHotKey script mainly for cursor navigation without leaving the area around the home row. It uses the extra key next to "z" on a 102 key keyboard.
#SingleInstance force
;#NoTrayIcon
Menu, Tray, Icon, C:\Users\isti\programming\AutoHotKey\icons\cursor.ico
;#If GetKeyState("CapsLock", "P")
; --- Space
#If GetKeyState("vkE2", "P") && GetKeyState("Space", "P")