piusareLite: added TODOs

This commit is contained in:
Hane 2023-07-01 02:31:21 +02:00
commit f170721a7a

View file

@ -1,5 +1,9 @@
;;TODO: GAMER MODE (lctrl toggle)
;; alt+spacebar liandola
;;
;;Use on admin windows without admin rights: https://www.autohotkey.com/docs/v1/Program.htm#Installer_uiAccess ;;Use on admin windows without admin rights: https://www.autohotkey.com/docs/v1/Program.htm#Installer_uiAccess
#SingleInstance Force #SingleInstance Force
#MaxHotkeysPerInterval 9999
hotkeyLock := 0 hotkeyLock := 0
sendCheckCapsLock(command, clCommand) sendCheckCapsLock(command, clCommand)