Skip to content

[Desktop Containment] Fix handling of numpad keys

Eugene Popov requested to merge epopov/plasma-desktop:bug480169 into master

On X11, all events from numpad keys come with the Qt::KeypadModifier keyboard modifier. We should take this into account when handling keyboard shortcuts.

BUG: 480169

Merge request reports