-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: 5.13.0
-
Fix Version/s: 5.14.0
-
Component/s: GUI: Basic Input System (keyboard, mouse, touch)
-
Labels:
-
Platform/s:
When sending key event through sendEvent, the event is ignored by Shortcut in QML.
It seems the same problem as QTBUG-48325 but this is in QML.
How to reproduce:
1. Run attached sample code
2. Press "A" key
Expected output:
receive Key event code=0x00000041
receive Key event code=0x00000042
qml: B received
qml: onPressed: key=42
qml: onPressed: key=41
Actual output:
receive Key event code=0x00000041
receive Key event code=0x00000042
qml: onPressed: key=42
qml: onPressed: key=41
- is related to
-
QTBUG-48325 [REG: 5.4.2->5.5.0] Sending key event through sendEvent ignores shortcuts
-
- Closed
-