Is it possible to Set a JAxis for a Macro Trigger?

Need help? Ask here and someone will help
Post Reply
TinaPlom
Posts: 5
Joined: Sun Jan 03, 2016 11:32 pm

Is it possible to Set a JAxis for a Macro Trigger?

Post by TinaPlom »

Is it possible to Set a JAxis for a Macro Trigger?
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Is it possible to Set a JAxis for a Macro Trigger?

Post by Matlo »

GIMX creator
TinaPlom
Posts: 5
Joined: Sun Jan 03, 2016 11:32 pm

Re: Is it possible to Set a JAxis for a Macro Trigger?

Post by TinaPlom »

Can you help me to complet my rapidfire i dont know how i can do it i dont understand

JAXIS: joystick axis moved; ID: the axis id as displayed in gimx-config; VALUE: in [-32768 .. 32767] for centered axes, and in [0 .. 32767] for non-centered axes

i want to use R2 Axis to shoot in the macro it is a button

MACRO JBUTTONDOWN 10 <- This is R1 but i want use R2 is a JAXIS
TRIGGER JBUTTONDOWN 14
INIT ON
TOGGLE YES
KEYDOWN p
DELAY 50
KEYUP p
JBUTTONDOWN 10 <- This is R1 but i want to use R2 is a JAXIS

MACRO JBUTTONUP 10 <- This is R1 but i want to use R2 is a JAXIS
TRIGGER JBUTTONDOWN 14
INIT ON
TOGGLE YES
JBUTTONDOWN 10 <- This is R1 but i want to use R2 is a JAXIS
KEYUP p
TinaPlom
Posts: 5
Joined: Sun Jan 03, 2016 11:32 pm

Re: Is it possible to Set a JAxis for a Macro Trigger?

Post by TinaPlom »

:(
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Is it possible to Set a JAxis for a Macro Trigger?

Post by Matlo »

I tried a few tricks but wasn't able to get it work.

In Windows r2 is only usable as an axis, but in GNU/Linux (e.g. Ubuntu) r2 is also usable as a button.
GIMX creator
TinaPlom
Posts: 5
Joined: Sun Jan 03, 2016 11:32 pm

Re: Is it possible to Set a JAxis for a Macro Trigger?

Post by TinaPlom »

There is no way to get it work in Windows?
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Is it possible to Set a JAxis for a Macro Trigger?

Post by Matlo »

None that as I'm aware of.
GIMX creator
Post Reply