Trigger a macro with AXIS?

Need help? Ask here and someone will help
Post Reply
holynoob
Posts: 8
Joined: Sat Jul 19, 2014 12:23 pm

Trigger a macro with AXIS?

Post by holynoob »

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"
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Trigger a macro with AXIS?

Post by Matlo »

It's not possible yet. Please create a new issue in the issue tracker.
GIMX creator
Post Reply