fishfolk / jumpy

Tactical 2D shooter in fishy pixels style. Made with Rust-lang 🦀 and Bevy 🪶
https://fishfolk.org/games/jumpy/
Other
1.59k stars 116 forks source link

Keybinds assumes QWERTY by default / does not behave well with other keyboards #978

Open MaxCWhitehead opened 2 months ago

MaxCWhitehead commented 2 months ago

Description

From playtest feedback:

The game assumes a QWERTY keyboard by default, which I don't have. I'd like to not have to change literally all keybindings before being able to play. I suggesting using ScanCodes instead of KeyCodes.

Should look into what solutions might exist here, sounds like we may want to initialize default settings with ScanCodes instead of KeyCodes so the position on keyboard is not specific to type of keyboard.

To Reproduce

No response

Expected Behavior

No response

Additional Context

No response

Log Messages

No response