masterplan icon indicating copy to clipboard operation
masterplan copied to clipboard

Undo is mapped to CTRL-Y on german keyboard layout

Open jsc57x opened this issue 5 years ago • 3 comments

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).

jsc57x avatar Jul 14 '20 15:07 jsc57x

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!

SolarLune avatar Aug 13 '20 05:08 SolarLune

This issue is related to https://github.com/raysan5/raylib/issues/1336

raysan5 avatar Aug 13 '20 08:08 raysan5

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.

SolarLune avatar Oct 21 '20 23:10 SolarLune