NEW:add shortcut introduction

Change-Id: I6d85b5bcc20f2e5d5cfc78c4cfe8520565f25ff2
This commit is contained in:
liz.li 2022-09-07 10:58:30 +08:00 committed by Lane.Wei
parent 605253f61b
commit 288913cc4b

View file

@ -197,6 +197,9 @@ void KBShortcutsDialog::fill_shortcuts()
m_full_shortcuts.push_back({{_L("Global shortcuts"), ""}, global_shortcuts});
Shortcuts plater_shortcuts = {
{ L("Left mouse button"), L("Rotate View") },
{ L("Right mouse button"), L("Pan View") },
{ L("Mouse wheel"), L("Zoom View") },
{ "A", L("Arrange all objects") },
{ "Shift+A", L("Arrange objects on selected plates") },