Skip to content

Instantly share code, notes, and snippets.

@wayou
Created July 3, 2015 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wayou/1b24f750e225d9cb7385 to your computer and use it in GitHub Desktop.
Save wayou/1b24f750e225d9cb7385 to your computer and use it in GitHub Desktop.
# make a left enter key with autohotkey
$CapsLock::Enter
RAlt & Capslock::SetCapsLockState, % GetKeyState("CapsLock", "T") ? "Off" : "On"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment