mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Some textation improvements, renamed Silent mode to Stealth.
This commit is contained in:
parent
1efe743834
commit
5012e3079f
4 changed files with 11 additions and 11 deletions
|
@ -120,9 +120,9 @@ void KBShortcutsDialog::fill_shortcuts()
|
|||
main_shortcuts.push_back(Shortcut(ctrl+"6" ,L("Switch to Preview")));
|
||||
main_shortcuts.push_back(Shortcut(ctrl+"P" ,L("Preferences")));
|
||||
main_shortcuts.push_back(Shortcut(ctrl+"J" ,L("Print host upload queue")));
|
||||
main_shortcuts.push_back(Shortcut("0-6" ,L("Camera view ")));
|
||||
main_shortcuts.push_back(Shortcut("+" ,L("Add Instance to selected object ")));
|
||||
main_shortcuts.push_back(Shortcut("-" ,L("Remove Instance from selected object")));
|
||||
main_shortcuts.push_back(Shortcut("0-6" ,L("Camera view")));
|
||||
main_shortcuts.push_back(Shortcut("+" ,L("Add Instance of the selected object")));
|
||||
main_shortcuts.push_back(Shortcut("-" ,L("Remove Instance of the selected object")));
|
||||
main_shortcuts.push_back(Shortcut("?" ,L("Show keyboard shortcuts list")));
|
||||
main_shortcuts.push_back(Shortcut(ctrl/*+"LeftMouse"*/,L("Press to select multiple object or move multiple object with mouse")));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue