Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
5.15.10, 6.4.0 RC1
Description
I cannot edit QTBUG-96241 thus I am posting this here for Qt 6.3.0:
Qt 6.3.0 does not handle external keyboard events if they are triggered outside of TextField (and similar text edit) fields:
Item { Keys.onPressed: { } }
On iPad it is quiet common that an external (Bluetooth) keyboard is attached.