Code: Select all
:*:LL::
Code: Select all
:*:LL::
Code: Select all
~+l::
if (A_PriorHotkey != "~+l" or A_TimeSincePriorHotkey > 250)
{
; Too much time between presses, so this isn't a double-press.
KeyWait, l
return
}
MsgBox You double-pressed the shifted l key (L) in less than 250 ms.
return
Users browsing this forum: AlFlo and 146 guests