Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtěch Bubník <5830947+bubnikv@users.noreply.github.com>2020-12-07 13:28:03 +0300
committerGitHub <noreply@github.com>2020-12-07 13:28:03 +0300
commitd4c949dab66924b0d081939f4d393001f6ed45bf (patch)
tree356b9e8e86d191c29792db42cc7bbfc7bdd52b70 /src/slic3r/GUI/KBShortcutsDialog.cpp
parent1185ec9d2a05f8dfdb78b19ff6755f19bbb7674f (diff)
parent1fd54938ef9e640b4cd0951def69dce7efb8b897 (diff)
Merge pull request #4734 from wavexx/fix_new_instance_shortcut
Use Ctrl+Shift+I to open a new instance instead of Ctrl+I
Diffstat (limited to 'src/slic3r/GUI/KBShortcutsDialog.cpp')
-rw-r--r--src/slic3r/GUI/KBShortcutsDialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/KBShortcutsDialog.cpp b/src/slic3r/GUI/KBShortcutsDialog.cpp
index 64696d6e2..f25f1eaf5 100644
--- a/src/slic3r/GUI/KBShortcutsDialog.cpp
+++ b/src/slic3r/GUI/KBShortcutsDialog.cpp
@@ -132,6 +132,7 @@ void KBShortcutsDialog::fill_shortcuts()
{ ctrl + "5", L("Switch to 3D") },
{ ctrl + "6", L("Switch to Preview") },
{ ctrl + "J", L("Print host upload queue") },
+ { ctrl + "Shift+" + "I", L("Open new instance") },
// View
{ "0-6", L("Camera view") },
{ "E", L("Show/Hide object/instance labels") },