Skip to content

Instantly share code, notes, and snippets.

@davidwatkins73
Created January 10, 2020 14:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidwatkins73/86182bd7e7d4a3c1efe135c8462289ca to your computer and use it in GitHub Desktop.
Save davidwatkins73/86182bd7e7d4a3c1efe135c8462289ca to your computer and use it in GitHub Desktop.
Remaps capslock to control (left ctrl) in AutoHotKey. Needed as thin client at work does not allow other mechanisms of key remapping
*$CapsLock::
Send {LControl down}
Sleep 300
Send {LControl up}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment