Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.15.1
-
6511b17038627ac30cb6622b13c7d46d9877bac5 (qt/qtdeclarative/dev) 5a2c0b364a3a5830dd6d5069b5f8d3921aeac73a (qt/qtdeclarative/6.0) d473491381331b885d94994a4c53f3ea30e3e5ef (qt/tqtc-qtdeclarative/tqtc/lts-5.15)
Description
A shortcut defined with sequence "Alt+Enter" is not getting triggered.
And it is mentioned at https://doc.qt.io/qt-5/qkeysequence.html#standard-shortcuts that Alt+Enter can be used as a fullscreen shortcut, With this neither FullScreen is achieved nor onActivated is getting called.
Shortcut { sequence: "Alt+Enter" onActivated: console.log("Fullscreen") }
Attachments
Issue Links
- relates to
-
QTBUG-107526 action Cmd+Return does not emit shortcut override event on macOS
-
- Closed
-
- resulted in
-
QTBUG-96350 QML: Shortcut: strange warning
-
- Reported
-
-
QTBUG-115947 Improve documentation for QML Shortcut's sequence property
-
- Closed
-