ahk toggle
토글 Win+n # : 윈도우키 #if : 조건 만족시, 아래 실행 #n:: If (NSet = 1 ) { NSet = 0 } else { NSet = 1 } return #if NSet = 1 ; { u::4 i::5 o::6 j::1 k::2 l::3 m::0 } 껐다 켰다 #If GetKeyState("Scrolllock","T") ; Hotkeys below this can only be activated if ScrollLock is On ~~~~~~~ Loop { if not GetKeyState("Scrolllock", "T") ; Note that we have to keep this because the #If statement doesn't control the hotkey once i..
AutoHotKey
2022. 12. 4.