mutter/clutter/clutter/evdev
Olivier Fourdan 471b61bd14 clutter/evdev: disable mousekeys with Numlock ON
The clutter/evdev implementation of mousekeys is designed after the
current implementation in X11, and works when the setting is enabled
regardless of the status of NumLock.

The GNOME documentation on accessibility features states however that
mousekeys work only when NumLock is OFF:

  https://help.gnome.org/users/gnome-help/stable/mouse-mousekeys.html

Change the clutter/evdev 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
2019-04-19 13:51:35 +00:00
..
clutter-device-manager-evdev.c clutter/evdev: Set the backend keymap before using it 2019-01-30 11:27:57 +01:00
clutter-device-manager-evdev.h evdev: Implement ClutterKeymap 2019-01-29 16:53:29 +01:00
clutter-evdev.h clutter: Remove clutter specific version 2018-11-06 17:17:36 +01:00
clutter-event-evdev.c Don't use config.h in clutter and cogl 2016-07-20 14:23:48 +08:00
clutter-input-device-evdev.c clutter/evdev: disable mousekeys with Numlock ON 2019-04-19 13:51:35 +00:00
clutter-input-device-evdev.h clutter/evdev: Don't treat device touch slots as seat slots 2018-02-23 19:33:31 +08:00
clutter-input-device-tool-evdev.c clutter: Unconditionally include clutter-build-config.h 2018-11-06 17:17:36 +01:00
clutter-input-device-tool-evdev.h clutter/evdev: Take over stylus configuration 2016-11-04 21:25:31 +01:00
clutter-keymap-evdev.c evdev: Implement ClutterKeymap 2019-01-29 16:53:29 +01:00
clutter-keymap-evdev.h evdev: Implement ClutterKeymap 2019-01-29 16:53:29 +01:00
clutter-seat-evdev.c evdev: Implement ClutterKeymap 2019-01-29 16:53:29 +01:00
clutter-seat-evdev.h clutter-seat-evdev: Add function to get device by id 2018-05-15 12:05:39 +01:00
clutter-virtual-input-device-evdev.c evdev: Implement ClutterKeymap 2019-01-29 16:53:29 +01:00
clutter-virtual-input-device-evdev.h clutter: Add virtual input device API 2016-08-10 10:39:19 +02:00
clutter-xkb-utils.c clutter/evdev: Use clutter_event_set_device() 2018-11-19 15:41:43 +00:00
clutter-xkb-utils.h