Author Topic: spanner-mallet  (Read 69091 times)

Offline BlackenedPies

  • Member
  • Salutes: 134
    • [Duck]
    • 30 
    • 45
    • 45 
    • View Profile
Re: spanner-mallet
« Reply #60 on: March 17, 2017, 05:30:11 pm »
If you're having trouble mapping throttle to the mouse wheel, here's a simple option using AHK:

WheelUp::
send {R}   ;throttle up key
return

wheeldown::
send {F}   ;throttle down
return
« Last Edit: March 17, 2017, 05:39:15 pm by BlackenedPies »