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:
parent
5ab743b9cf
commit
18dbf3744f
|
@ -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")},
|
||||
|
|
Loading…
Reference in New Issue