Skip to content

Instantly share code, notes, and snippets.

@NanoDano
Created June 3, 2020 21:26
Show Gist options
  • Save NanoDano/f83ee978f61ed1829546edd6df76ed68 to your computer and use it in GitHub Desktop.
Save NanoDano/f83ee978f61ed1829546edd6df76ed68 to your computer and use it in GitHub Desktop.
Map Caps Lock key to Escape in Windows with AutoHotKey
; 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