how to make a second key assignment?

Need help? Ask here and someone will help
Post Reply
blawer_s
Posts: 2
Joined: Sat Jan 20, 2018 9:16 am

how to make a second key assignment?

Post 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 ?
User avatar
GoDlike
Posts: 1318
Joined: Thu Apr 28, 2016 12:47 pm
Location: Poland

Re: how to make a second key assignment?

Post 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
My hardware: PS3 Slim CFW 4.80 | PS4 Pro 500 Million LE | PS5 | Xbox Series X
Steam: Godlike_RU | PSN: GoDlike_RU | XBL: GoDlike
blawer_s
Posts: 2
Joined: Sat Jan 20, 2018 9:16 am

Re: how to make a second key assignment?

Post 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
Post Reply