This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Usage - press 'Caps Lock' to change language, to switch case press 'Shift' + 'Caps Lock' | |
SendMode Input | |
SetWorkingDir %A_ScriptDir% | |
SetCapsLockState, AlwaysOff | |
+CapsLock::CapsLock | |
CapsLock::Send, {Alt down}{Shift down}{Shift up}{Alt up} ; Alt+Shift | |
; CapsLock::Send, {Ctrl down}{Shift down}{Shift up}{Ctrl up} ; Ctrl+Shift |