Version: 0.0.0-alpha6.2-pub
System: Linux 6.2 Ubuntu 22.04 64bit
Description:
When pressing a multi-key combination (e.g., Ctrl+Z), the game registers only the action associated with the single key (e.g., Z), ignoring the multi-key combination. This indicates a keybind priority issue where single-key keybinds are given precedence over multi-key keybinds. Probably valid for any modifier key (e.g., Ctrl, Alt, Shift) but not tested.
Steps to Reproduce:
- Set the move-up keybind to Z
- Set the undo keybing to Ctrl+Z
- Press Ctrl+Z
Expected Result:
The action corresponding to the multi-key combination (e.g., Ctrl+Z for "undo") should be executed.
Actual Result:
Only the action corresponding to the single key (e.g., Z for "move-up") is executed, ignoring the multi-key combination.