Skip to content

Disable mousekeys with Numlock ON

Olivier Fourdan requested to merge ofourdan/mutter:issue530 into master

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 implementation in mutter to match the documentation, i.e. disable mousekeys when NumLock in ON so that switching NumLock ON restores the numeric keypad behaviour.

Closes: #530 (closed)

Merge request reports