ptitSeb/stuntcarremake

Linux: Can't accelerate + boost + steer left at the same time

Korodny opened this issue · 3 comments

Just downloaded and built this - thanks a lot for the port. On Debian Testing, if I accelerate (CRSR up), add boost (SPACE) and then try to steer left (CRSR left) at the same time, the car keeps going straight forward. Acc., boost and turning right works as expected though.

Can this be an issue with you keyboard?
I have tested on my side and didn't experience this issue. You can go left if you don't use the Boost Key or not the Acc. key?
I can change the Boost key position, from SPACE to (either) Shift for example, it may help.

I have pushed a commit f3aaf21 that added Shift key to the BOOST key. So try using either Shift instead of Space, I think it might help.

Heh, you're right - just tested with my C64 emulator, and UP+LEFT+SPACE doesn't work there either.

Thanks for the patch, this works great!