Browse Source

Update Actions.qml

Add shortcut command to preferences to allow easier access. Similar to MacOS implementation.
Ladnessness 2 years ago
parent
commit
dc06ccb698
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/Actions.qml

+ 1 - 0
resources/qml/Actions.qml

@@ -187,6 +187,7 @@ Item
         //- https://doc.qt.io/qt-5/qmenubar.html#qmenubar-as-a-global-menu-bar
         text: (Qt.platform.os == "osx") ? "Configure Cura..." : catalog.i18nc("@action:inmenu", "Configure Cura...")
         icon.name: "configure"
+        shortcut: "Ctrl+,"
     }
 
     Action