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:
authorYuri D'Elia <wavexx@thregr.org>2020-09-11 22:18:43 +0300
committerLukas Matena <lukasmatena@seznam.cz>2020-10-12 10:16:08 +0300
commita875b4f1c0d5e0f6755cc2ffa63e4687cd9d72fb (patch)
tree1368bcd4d93c9552fe2bf4eedb349324a42a8419 /src/slic3r/GUI/KBShortcutsDialog.cpp
parent2f642ce83ce1126e1cfd803d1bc0c1398101341a (diff)
Document Shift+Tab in menus and shortcuts dialog
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 98b354ed4..afa7172df 100644
--- a/src/slic3r/GUI/KBShortcutsDialog.cpp
+++ b/src/slic3r/GUI/KBShortcutsDialog.cpp
@@ -141,6 +141,7 @@ void KBShortcutsDialog::fill_shortcuts()
{ "0-6", L("Camera view") },
{ "E", L("Show/Hide object/instance labels") },
{ "Tab", L("Switch between Editor/Preview") },
+ { "Shift+Tab", L("Collapse/Expand the sidebar") },
// Configuration
{ ctrl + "P", L("Preferences") },
// Help