Is it possible to trigger a macro with a joystick AXIS?
I'm trying:
MACRO JAXIS 4
KEYDOWN d
DELAY 1000
KEYUP d
and it doesn't work, while
MACRO JBUTTONDOWN 8
KEYDOWN d
DELAY 1000
KEYUP d
works just fine.
I'm using AHK for now, but a Loop with GetKeyState and Sleep doesn't feel reliable.
BTW by the word "trigger" i mean starting the actual sequence so not to be confused with "activating"
Trigger a macro with AXIS?
Re: Trigger a macro with AXIS?
It's not possible yet. Please create a new issue in the issue tracker.
GIMX creator