Author Topic: Help with Mouse Button 4&5 + Scroll wheel up/down  (Read 1761 times)

0 Members and 1 Guest are viewing this topic.

Help with Mouse Button 4&5 + Scroll wheel up/down
hey i was wondering if there's anyway to use scroll wheel up/down as the increase throttle by 5%/ Decrease throttle by 5% and also mouse buttons 4&5 arnt bind able anyway to add them in tried using autohotkey but no joy

 

Offline jr2

  • The Mail Man
  • 212
  • It's prounounced jayartoo 0x6A7232
    • Steam
Re: Help with Mouse Button 4&5 + Scroll wheel up/down
IIRC PPJoy can do this.

 
Re: Help with Mouse Button 4&5 + Scroll wheel up/down
I found a program called autohotkey and it works perfect the current scrip im using for it is

$*XButton1::x
$*XButton2::z
$*WheelDown::-
$*Wheelup::=

if anyone needs help setting it up just ask