Skip to content

Instantly share code, notes, and snippets.

@colelawrence
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save colelawrence/051053dcdb5467b4b87b to your computer and use it in GitHub Desktop.

Select an option

Save colelawrence/051053dcdb5467b4b87b to your computer and use it in GitHub Desktop.
; 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