mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Stop Esc key from exiting full screen mode
This commit is contained in:
parent
54be46821d
commit
7afa2fc94a
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue