Details
-
Bug
-
Resolution: Cannot Reproduce
-
P3: Somewhat important
-
4.4.3
-
None
Description
When dealing with a QKeyEvent in a KeypressEvent with unbound keys (e.g. mediakeys not set up with xmodmap) are treated inconsistently. QKeyEvent::key() returns 0, but QKeyEvent::text().isEmpty() returns false. I would expect that QKeyEvent::text().isEmpty() returns true in this case.