Page 1 of 1

how to make a second key assignment?

Posted: Sat Jan 20, 2018 9:23 am
by blawer_s
Hi.
When I use an airplane in games, I need it to rise fast

rstick axis x+

How can I make this process as a second mouse button ?

Re: how to make a second key assignment?

Posted: Sat Jan 20, 2018 10:54 am
by GoDlike
Hello,

Go to gimx-config

* Go to Axis tab
* Click auto-detect and push button of your choice
* Select Event->Button
* Select Axis->Rstick Up/Down/Left/Right
* Add this binding to the config by clicking Add button
* Done

This will make desired axis go maximum (255) while you push the button.

Regards,
Daniel

Re: how to make a second key assignment?

Posted: Sat Jan 20, 2018 12:18 pm
by blawer_s
thanks for your answer.

MACRO KEYDOWN 0
MAXIS 1 -100
KEYDOWN 0

MACRO MBUTTONDOWN BUTTON_X1
KEYDOWN 0

MACRO MBUTTONUP BUTTON_X1
KEYDOWN 0

I solved with macro method