Skip to content

Instantly share code, notes, and snippets.

@Tehnix
Created November 21, 2017 07:40
Show Gist options
  • Save Tehnix/de83fc18b6b2fb369fcb14be3e699bc2 to your computer and use it in GitHub Desktop.
Save Tehnix/de83fc18b6b2fb369fcb14be3e699bc2 to your computer and use it in GitHub Desktop.
Map Caps Lock to Esc on Windows using Autohotkey. Save this file on your desktop and double click it (or in your startup folder for it to run automatically).
Capslock::Esc
Esc::
SetCapsLockState, off
Suspend On
Send, {ESC}
Suspend Off
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment