mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Add shortcut for "arrange without rotation" action
CURA-7951
This commit is contained in:
parent
d4c0f81719
commit
1c07ba81f4
1 changed files with 1 additions and 0 deletions
|
@ -423,6 +423,7 @@ Item
|
||||||
id: arrangeAllLockAction
|
id: arrangeAllLockAction
|
||||||
text: catalog.i18nc("@action:inmenu menubar:edit","Arrange All Models Without Rotation")
|
text: catalog.i18nc("@action:inmenu menubar:edit","Arrange All Models Without Rotation")
|
||||||
onTriggered: Printer.arrangeAll(true)
|
onTriggered: Printer.arrangeAll(true)
|
||||||
|
shortcut: "Shift+Ctrl+R"
|
||||||
}
|
}
|
||||||
|
|
||||||
Action
|
Action
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue