Skip to content

Instantly share code, notes, and snippets.

@Hameds
Created September 28, 2019 15:33
Show Gist options
  • Save Hameds/f91a200a8696c724b1a265be3e322b99 to your computer and use it in GitHub Desktop.
Save Hameds/f91a200a8696c724b1a265be3e322b99 to your computer and use it in GitHub Desktop.
SetCapsLockState, AlwaysOff
+CapsLock::CapsLock
CapsLock::Send, {Ctrl down}{Shift down}{Shift up}{Ctrl up}{Ctrl up}
return
@mrmmg
Copy link

mrmmg commented Dec 31, 2019

For windows, this code is working...
Tested on Windows 10 - 1909

SetCapsLockState, AlwaysOff
+CapsLock::CapsLock

CapsLock::Send, {Alt down}{Shift down}{Shift up}{Alt up}{Alt up}
return

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment