Xavier > 2025-04-07 23:19
Jean Lalonde > 2025-04-08 09:26
Jean Lalonde > 2025-04-08 09:29
Xavier > 2025-06-17 11:55
showQAPQuickLaunch:
DetectHiddenWindows, on
if WinExist("Customize - Quick Access Popup ahk_class JeanLalonde.ca")
{
WinMenuSelectItem, Customize - Quick Access Popup ahk_class JeanLalonde.ca,,Tools, Quick Launch
}
else
{
tooltip, QAP doesn't seem to be running...`n Lauching...
SetTimer, RemoveToolTip, -1500
run %qaplink%
}
returnelse if (do = "qap") ;; Open QAP menu
{
if (This = "")
{
run, %QAPm% ShowMenuLaunch ;goto QAP ;; Open QAP menu
return
}
run, %QAPm% QuickLaunch "%This%" ;; Open QuickLaunch with the term following "qap "
}
Jean Lalonde > 2025-06-17 14:10