Created
August 1, 2020 19:42
-
-
Save NanoDano/3d85ee0804ef7c18bd9cbb29ab910d8e to your computer and use it in GitHub Desktop.
Rebind CapsLock to Escape Windows 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
; Rebind caps to escape | |
; Press `WindowsKey+R` and run `shell:startup` and put this file there | |
Capslock::Esc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment