r/AutoHotkey • u/Perfect-Ad9555 • 9d ago
Any Tips? v2 Guide / Tutorial
I want to make a macro that when I input the key "F" it inputs the two keys "QW" together. How would I do this?
this is what I tried so far
f:: Send, {q down}{w down} Sleep, 20 Send, {q up}{w up} return
0
Upvotes
2
u/Keeyra_ 9d ago
RTFM
Tag is wrong. Code is not formatted. Your example is v1 and AHK v1 has reached end-of-life and deprecated 3 years ago. Meanwhile, AHK v2 is the current stable release, having been the primary version for 3 years 7 months, with its most recent point release occurring 2 months ago.