AutoHotKey key SEQUENCE, not just single-key hotkey

Alright; The answer seems to be:

^q::
Input Key, L1
if Key=f
...some code here...
return

Leave a Comment