Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.7.4, 4.8.0, 4.8.1
-
None
-
Linux, Win, Mac
Description
For example QKeyEvent::matches(QKeySequence::ZoomIn) returns false if USA keyboard layout is used to enter the ZoomIn sequence
Ctrl+ | +. USA layout brings along the shift modifier, as it has + and = on the same key, forcing the ZoomIn sequence to be
Ctrl | Shift | + thus "failing" the QKeyEvent::matches() function.
Attachments
Issue Links
- relates to
-
QTBUG-108761 QXkbCommon::keysymToQtKey does not correctly handle punctuation with modifiers under some keyboard layouts
-
- Open
-