I just want to press Y on my 360 controller and for it to play a single macro for Rotating the Left Analogue Stick, (Left, Down, Right Up,) and then Triangle in one press.
So when i press Y.
It will input - Rotate Left stick once + Triangle.
So every time i press Y it will do that once.
So if i Bind the Joystick's buttons as normal apart from NOT having anything bound to my Macro Activation button. If i bind the Left stick to UP,DOWN,LEFT and RIGHT on my Keyboard and Triangle to "P" on the keyboard...
Will this work:
Code: Select all
MACRO JBUTTONDOWN 1
KEYDOWN UP
DELAY 10
KEYDOWN LEFT
DELAY 10
KEYUP UP
DELAY 10
KEYDOWN DOWN
DELAY 10
KEYUP LEFT
DELAY 10
KEYDOWN RIGHT
DELAY 10
KEYUP DOWN
DELAY 10
KEYUP RIGHT
DELAY 10
KEYDOWN p
DELAY 100
KEYUP p