mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 04:22:05 +00:00
9f5f62b4b5
Looking at what the X11 backend does: the unicode value is being translated to the unicode codepoint of the symbol if possible. Let's do the same then. Before that, key events for say KEY_Right (0xff53) had the unicode_value set to the keysym, which meant "This key event is actually printable and is Unicode codepoint is 0xff53", which lead to interesting results. |
||
---|---|---|
.. | ||
clutter-xkb-utils.c | ||
clutter-xkb-utils.h |