Browse Source

Add save shortcut to save

No idea why it wasn't there in the first place.
Jaime van Kessel 5 years ago
parent
commit
7a3f9d621a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/Menus/FileMenu.qml

+ 1 - 0
resources/qml/Menus/FileMenu.qml

@@ -29,6 +29,7 @@ Menu
     MenuItem
     {
         id: saveWorkspaceMenu
+        shortcut: StandardKey.Save
         text: catalog.i18nc("@title:menu menubar:file", "&Save...")
         onTriggered:
         {