mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 05:44:08 +00:00
![Damien Lespiau](/assets/img/avatar_default.png)
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.