Springheel replied to Is it possible to rebind the Dodgeroll key? January 28, 2023 @ 10:16:33 am PST

Originally posted by + hadji:
AutoHotkey.

If you decide to try it out, I will help you write the script. It's terribly easy, and I'll show you how to make it so it only activates when you run the specific program. You can make single button presses equate to multiple button presses, too, so there's that.

If you decide to go another route, disregard.

I'd be interested. I tried the one below, but for some reason it doesn't work...my character just jumps instead of dodging.

; Remap Left Shift to Right Mouse button and Space
LShift::
Send, {RButton}
Send, {Space}
return
9:13 pm, January 28, 2023
Springheel 0 comments 0 likes