GNOME documentation on accessibility features states that mousekeys work only when NumLock is OFF: https://help.gnome.org/users/gnome-help/stable/mouse-mousekeys.html Change the clutter/x11 implementation to match the documentation, i.e. disable mousekeys when NumLock in ON so that switching NumLock ON restores the numeric keypad behaviour. Closes: https://gitlab.gnome.org/GNOME/mutter/issues/530
Adds a set of convenient functions that can be shared between x11 input device backends (namely core-x11 and xi2) to control XKB accessibility features. https://bugzilla.gnome.org/show_bug.cgi?id=788564