; by https://gist.github.com/rhh4x0r ; https://gist.github.com/volks73/1e889e01ad0a736159a5d56268a300a8?permalink_comment_id=4688167#gistcomment-4688167 *CapsLock:: { Send "{LControl down}" } *CapsLock up:: { Send "{LControl Up}" if (A_PriorKey=="CapsLock"){ if (A_TimeSincePriorHotkey < 1000) Suspend "1" Send "{Esc}" Suspend "0" } }