Skip to content

Instantly share code, notes, and snippets.

View lefthandedgoat's full-sized avatar

Chris Holt lefthandedgoat

View GitHub Profile
@lefthandedgoat
lefthandedgoat / esc.ahk
Created May 18, 2017 19:19
auto hot key script to have capslock double up as esc and ctrl and have left shit and right shift add parenthesis
;be sure to run AHK et all as administrator
g_LastCtrlKeyDownTime := 0
g_AbortSendEsc := false
g_ControlRepeatDetected := false
*CapsLock::
if (g_ControlRepeatDetected)
{
return