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
; Inspired from https://gist.github.com/sedm0784/4443120 | |
#Requires AutoHotkey v2.0 | |
#SingleInstance Force | |
global g_LastCtrlKeyDownTime := 0 | |
global g_AbortSendEsc := false | |
global g_ControlRepeatDetected := false | |
*CapsLock:: { |