Created
March 4, 2018 17:29
-
-
Save masters3d/6d4797793211a51a22f2697819d4e473 to your computer and use it in GitHub Desktop.
This file contains 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
; Author: fwompner gmail com | |
#InstallKeybdHook | |
SetCapsLockState, alwaysoff | |
Capslock:: | |
Send {LAlt Down} | |
KeyWait, CapsLock, T9 ; added timeout | |
Send {LAlt Up} | |
if ( instr(A_PriorKey, "Capslock") ) | |
{ | |
Send {Alt} | |
} | |
return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment