FissionChips replied to Is it possible to rebind the Dodgeroll key? January 28, 2023 @ 11:00:37 am PST

Originally posted by Springheel:
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
Been a long time since I used autokey so I don't know the commands, but the sequence should be RButton down, Space, RButton up - otherwise it's not holding the rbutton when space is pressed so the combo isn't triggered.
9:13 pm, January 28, 2023
FissionChips 0 comments 0 likes