Hi at all. I need autohotkey script for center, stop and vac on my tm warthog. My id is 1 for the cloche so... i want to bind paddle (1joy4) and cms (1joy15) for pause. (1joy4) and cms (1joy17) for pause . And (1joy4) and 2joy3 mic switch.
Can u explain how to do ? I try make it with
1joy4::
1joy15::
If getkeystate ("1joy4")
If getkeystate ("1joy15")
Send +! {Numpad0)
Whats wrong?