Skip to content

st: Use ClutterKeymap to detect caps lock state changes

Carlos Garnacho requested to merge wip/carlosg/clutter-keymap into master

This drops usage of Gtk/X11, replacing it with code that is dependent of the Clutter backend in use. Another positive side effect is that the keymap state will now be correct on wayland, since there were no guarantees that X11 key state would reflect the current reality.

https://bugzilla.gnome.org/show_bug.cgi?id=762881

Merge request reports