mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Update Actions.qml
Add shortcut command to preferences to allow easier access. Similar to MacOS implementation.
This commit is contained in:
parent
b7fd75b2dd
commit
dc06ccb698
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ Item
|
||||||
//- https://doc.qt.io/qt-5/qmenubar.html#qmenubar-as-a-global-menu-bar
|
//- 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...")
|
text: (Qt.platform.os == "osx") ? "Configure Cura..." : catalog.i18nc("@action:inmenu", "Configure Cura...")
|
||||||
icon.name: "configure"
|
icon.name: "configure"
|
||||||
|
shortcut: "Ctrl+,"
|
||||||
}
|
}
|
||||||
|
|
||||||
Action
|
Action
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue