mirror of
https://github.com/brl/mutter.git
synced 2025-02-09 10:04:08 +00:00
![Damien Lespiau](/assets/img/avatar_default.png)
The wayland client code has support for translating raw linux input device key codes coming from the wayland compositor into key symbols thanks to libxkbcommon. A backend directly listening to linux input devices (called evdev, just like the Xorg one) could use exactly the same code for the translation, so abstract it a bit in a separate file.