Last active
August 29, 2015 14:04
-
-
Save colelawrence/051053dcdb5467b4b87b to your computer and use it in GitHub Desktop.
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
| ; AutoHotkey Version: 1.x | |
| ; Author: Cole Lawrence | |
| ; Script Function: | |
| ; Use capslock as control key | |
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
| SetCapslockState AlwaysOff | |
| Capslock::Ctrl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment