https://bugs.kde.org/show_bug.cgi?id=405274
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@davidedmundson.co.uk --- Comment #14 from David Edmundson <k...@davidedmundson.co.uk> --- Interesting bug. QtShortcut is quite smart. When getting a key event "control+shift+," it converts that into all possible keys that could be in this case also match "control+shift+<" It's considered a shortcut match if either of the two match up. Extracting possible keys requires low level knowledge of the keymap, so it's part of the QPA: virtual QList<int> possibleKeys(const QKeyEvent *) QtWayland is missing that. -- You are receiving this mail because: You are watching all bug changes.