Created
November 21, 2017 07:40
-
-
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).
This file contains hidden or 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
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