Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 6.2.0
-
Fix Version/s: 6.2.2, 6.3.0 Feature Freeze
-
Component/s: GUI: Basic Input System (keyboard, mouse, touch)
-
Labels:None
-
Platform/s:
-
Commits:137ba2aba858bc32350e82ef6a1da91266c7f432
Description
See attached example.
- handle keyPressEvent in a widget
- user presses Ctrl+a (in Qt terms: Meta+a)
- first event is for Ctrl
- exected: second event is for key 'a' with key()==65
- actual: second event has key()==1
This is a behavior change wrt Qt 5, and I wonder what use it has, and how I'm supposed to handle it. It breaks the "Record Shortcut" functionality in Qt Creator when built with Qt 6.
Attachments
Issue Links
- resulted in
-
QTCREATORBUG-26324 Recording keyboard shortcuts does not work with Qt 6
-
- Closed
-