mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:29:05 +08: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
@ -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…
x
Reference in New Issue
Block a user