Skip to content

popupMenu: Handle keypress if numlock is enabled

Olivier Fourdan requested to merge ofourdan/gnome-shell:numlock-state into master

On Wayland, navigating menus with the keyboard would not open drop-down menus when NumLock is enabled.

That's old issue (#550 (closed)) that was not completely fixed with commit 88556226 because the lock mask needs to be filtered out in _onKeyPress() as well.

Closes: #550 (closed)

Merge request reports