From dc06ccb698068438b166bfd7941832b05eef4e08 Mon Sep 17 00:00:00 2001 From: Ladnessness Date: Sun, 18 Sep 2022 17:11:41 +1000 Subject: [PATCH] Update Actions.qml Add shortcut command to preferences to allow easier access. Similar to MacOS implementation. --- resources/qml/Actions.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/Actions.qml b/resources/qml/Actions.qml index d50fb8e825..00089dd85b 100644 --- a/resources/qml/Actions.qml +++ b/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