Page 1 of 1

Auto Sprint Macro

Posted: Thu Jul 30, 2020 12:24 pm
by YellowBull
removed

Re: Auto Sprint Macro

Posted: Thu Jul 30, 2020 9:07 pm
by Cybereu
You can assign more the one key to one button and vice versa on Gimx-config.
Your macro seems to have syntax error

Code: Select all

JAXIS <ID> <value>
<ID> as displayed in gimx-config
<value> is something between -32768 and 32767

Re: Auto Sprint Macro

Posted: Wed Aug 05, 2020 5:46 pm
by YellowBull
Cybereu, thank you for the feedback. My game won't sprint if you assign one key to two buttons.

If anyone is interested, the macro below works for me (I'm strafing with esdf instead of wasd and have RETURN mapped to joystick "A"). I may tweak it, but for now this is what I'm using.

MACRO KEYDOWN e
JAXIS lstick up
DELAY 5
KEYDOWN RETURN
DELAY 80
KEYUP RETURN

Hope this helps someone.