Stop Esc key from exiting full screen mode

This commit is contained in:
Sophist 2024-01-19 13:27:30 +00:00 committed by GitHub
parent 54be46821d
commit 7afa2fc94a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}