From 0bcfa06b0963e996f17f7a9716fc325ec77e9ab7 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia <wavexx@thregr.org> Date: Fri, 11 Sep 2020 20:29:58 +0200 Subject: [PATCH] Document "Tab" in the keyboard shortcuts dialog --- src/slic3r/GUI/KBShortcutsDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slic3r/GUI/KBShortcutsDialog.cpp b/src/slic3r/GUI/KBShortcutsDialog.cpp index f2cc6f5a6..98b354ed4 100644 --- a/src/slic3r/GUI/KBShortcutsDialog.cpp +++ b/src/slic3r/GUI/KBShortcutsDialog.cpp @@ -140,6 +140,7 @@ void KBShortcutsDialog::fill_shortcuts() // View { "0-6", L("Camera view") }, { "E", L("Show/Hide object/instance labels") }, + { "Tab", L("Switch between Editor/Preview") }, // Configuration { ctrl + "P", L("Preferences") }, // Help