I want a hotkey to trigger when I press only ALT+WIN, and then release. So if I use those keys to modify a different hotkey (for example, !#A
), I do NOT want it to trigger. Only if I press !#
then release without another keypress.
I tried !# UP::DoMyThing()
, but that didn't work.
Is this possible?