Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.6.2
-
None
-
Qt 4.5 and 4.6, on X11, linux kubuntu, KDE4.
Description
On X11 at least, QApplication::keyboardModifiers gets confused quite easily, when pressing/releasing multiple modifiers.
Case 1: press Shift (ok, it shows 0x02), press Alt, release Alt -> it now returns 0x1a instead of 0x02 (trailing zeros ommitted).
Case 2: press Left Shift, press Right Shift -> it now returns 0, even though both shifts are still pressed