@@ -109,7 +109,8 @@ Item
Action
{
id: exitFullScreenAction
- shortcut: StandardKey.Cancel
+ // Stop Esc key from exiting full screen mode
+ // shortcut: StandardKey.Cancel
text: catalog.i18nc("@action:inmenu", "Exit Full Screen")
icon.name: "view-fullscreen"
}