From 18dbf3744f7f6267a6b54d488a604c6589eb7e51 Mon Sep 17 00:00:00 2001 From: "wenjie.guo" Date: Fri, 20 Oct 2023 10:04:01 +0800 Subject: [PATCH] FIX: Add the description of the keyboard shortcut of ctrl + Table jira: STUDIO-2689 Signed-off-by: wenjie.guo Change-Id: I94977ef8dcbf46d567c8a1d72ead148e4bad3225 (cherry picked from commit f9076807954ee27f5ad470621150cde4ec169a6d) --- src/slic3r/GUI/KBShortcutsDialog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/slic3r/GUI/KBShortcutsDialog.cpp b/src/slic3r/GUI/KBShortcutsDialog.cpp index 104a1013d..5df1c5e45 100644 --- a/src/slic3r/GUI/KBShortcutsDialog.cpp +++ b/src/slic3r/GUI/KBShortcutsDialog.cpp @@ -197,6 +197,8 @@ void KBShortcutsDialog::fill_shortcuts() { ctrl + "P", L("Preferences") }, //3D control { ctrl + "M", L("Show/Hide 3Dconnexion devices settings dialog") }, + // Switch table page + { ctrl + "Tab", L("Switch table page")}, //DEL #ifdef __APPLE__ {"fn+⌫", L("Delete selected")},