FIX: Add the description of the keyboard shortcut of ctrl + Table

jira: STUDIO-2689

Signed-off-by: wenjie.guo <wenjie.guo@bambulab.com>
Change-Id: I94977ef8dcbf46d567c8a1d72ead148e4bad3225
(cherry picked from commit f9076807954ee27f5ad470621150cde4ec169a6d)
This commit is contained in:
wenjie.guo 2023-10-20 10:04:01 +08:00 committed by Lane.Wei
parent 5ab743b9cf
commit 18dbf3744f
1 changed files with 2 additions and 0 deletions

View File

@ -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")},