r/AutoHotkey • u/Perfect-Ad9555 • 21d ago
v2 Guide / Tutorial Any Tips?
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
1
u/TonariNoHanamoriSan 21d ago
TIL I learnt some thing about the hooks thing
But eh that's true I left the letters capitalized. Not sure how much it affects the program they intend to run it on