Macro Question
Posted: Mon Jun 25, 2012 2:29 pm
Can we assign macros to only activate when 2 buttons are pressed at the same time?
And if so, what would the command line be? lets use joystick 6 and 3 as an example of the 2 buttons I want to press to activate the macro
MACRO JBUTTON 6
MACRO JBUTTON 3
KEYDOWN s
DELAY 17
KEYUP s
?
And if so, what would the command line be? lets use joystick 6 and 3 as an example of the 2 buttons I want to press to activate the macro
MACRO JBUTTON 6
MACRO JBUTTON 3
KEYDOWN s
DELAY 17
KEYUP s
?