mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 23:31:42 -07:00
Add hotkeys for managing profiles and materials
These are unused on all platforms. We can't use Ctrl+M (multiply selection), Ctrl+P (print) or Ctrl+Q (quit) sadly. Fixes #4250.
This commit is contained in:
parent
cc8776a9b0
commit
c736bfffb5
1 changed files with 10 additions and 8 deletions
|
|
@ -168,6 +168,7 @@ Item
|
||||||
id: manageMaterialsAction
|
id: manageMaterialsAction
|
||||||
text: catalog.i18nc("@action:inmenu", "Manage Materials...")
|
text: catalog.i18nc("@action:inmenu", "Manage Materials...")
|
||||||
iconName: "configure"
|
iconName: "configure"
|
||||||
|
shortcut: "Ctrl+K"
|
||||||
}
|
}
|
||||||
|
|
||||||
Action
|
Action
|
||||||
|
|
@ -199,9 +200,10 @@ Item
|
||||||
|
|
||||||
Action
|
Action
|
||||||
{
|
{
|
||||||
id: manageProfilesAction;
|
id: manageProfilesAction
|
||||||
text: catalog.i18nc("@action:inmenu menubar:profile","Manage Profiles...");
|
text: catalog.i18nc("@action:inmenu menubar:profile", "Manage Profiles...")
|
||||||
iconName: "configure";
|
iconName: "configure"
|
||||||
|
shortcut: "Ctrl+J"
|
||||||
}
|
}
|
||||||
|
|
||||||
Action
|
Action
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue