Created
June 3, 2020 21:26
-
-
Save NanoDano/f83ee978f61ed1829546edd6df76ed68 to your computer and use it in GitHub Desktop.
Map Caps Lock key to Escape in Windows with AutoHotKey
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
; maps_caps_to_esc.ahk | |
; AutoHoyKey script to remap Caps lock to Escape key | |
; Double-click the file or run it directly from the | |
; command line to start the script in the background. | |
; To run the script on startup, place in the Startup directory | |
; by pressing `Windows Key + r` and running `shell:startup`. | |
Capslock::Esc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment