[+] hadji replied to Is it possible to rebind the Dodgeroll key? January 29, 2023 @ 9:50:23 am PST
Awesome, glad it works!
For me, the biggest problem I've had are keys getting "stuck" in a down position. For example, I play games on the ten key rather than WASD. Often, movement gets stuck. I've tried using send functions with downs and ups, but I still run into the issue. One thing I haven't tried is using a sleep command.
Below is an example of something I have setup for a few games, after looking around trying to find a solution. Still getting stuck.
Mind keeping an eye on your result, see if anything like that seems to happen with your buttons, and letting me know if it does?
For me, the biggest problem I've had are keys getting "stuck" in a down position. For example, I play games on the ten key rather than WASD. Often, movement gets stuck. I've tried using send functions with downs and ups, but I still run into the issue. One thing I haven't tried is using a sleep command.
Below is an example of something I have setup for a few games, after looking around trying to find a solution. Still getting stuck.
Numpad8::Send, {w down} Numpad8 UP::Send, {w up} Numpad4::Send, {a down} Numpad4 UP::Send, {a up} Numpad5::Send, {s down} Numpad5 UP::Send, {s up} Numpad6::Send, {d down} Numpad6 UP::Send, {d up}
Mind keeping an eye on your result, see if anything like that seems to happen with your buttons, and letting me know if it does?
6:13 pm, January 29, 2023