masterplan
masterplan copied to clipboard
Undo is mapped to CTRL-Y on german keyboard layout
In Germany we are used to undo things with CTRL+Z (same as US). The Z and Y keys on a german layout keyboard (QWERTZ) are inverted to the US one (QWERTY), but we still are used to CTRL+Z (which even makes sense because "back" in german is "zurück"). Is it possible to change the undo feature to CTRL+Z for german keyboard layouts. French layouts may also have a problem (AZERTY).
Hello! Sorry for the late reply; the keycode must not transfer between keyboard types... I'll have to investigate the best way to resolve this - it might be that I end up pushing up rebindable shortcuts for this reason. Thanks for your patience!
This issue is related to https://github.com/raysan5/raylib/issues/1336
After looking into this, it seems like the system's selected keyboard locale has an influence on the problem, as well; when the locale is set to FR, for example, none of the non-letter keys (Control, Shift, Space, ESC) seem to work.