simond > 2020-06-04 13:56
Jean Lalonde > 2020-06-04 22:54
Horst > 2020-06-05 07:08
Jean Lalonde > 2020-06-05 07:43
~LButton::
If (A_PriorHotKey = A_ThisHotKey and A_TimeSincePriorHotkey < 500)
{
WinGetClass, Class, A
If ( Class = "Shell_TrayWnd" )
run, "C:\Program Files\Quick Access Popup\QAPmessenger.exe" ShowMenuLaunch
}
Return