Skip to content

Instantly share code, notes, and snippets.

@dmarov
Last active September 24, 2023 16:26
Show Gist options
  • Save dmarov/46854f4178fd169dd6802fa8fb9963aa to your computer and use it in GitHub Desktop.
Save dmarov/46854f4178fd169dd6802fa8fb9963aa to your computer and use it in GitHub Desktop.
switch-lang-v2.ahk
SetCapsLockState "AlwaysOff"
+CapsLock::CapsLock
CapsLock::
{
Send "{Ctrl down}{Shift down}{Shift up}{Ctrl up}"
return
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment