From 288913cc4be612da8d518436bfb899964d373756 Mon Sep 17 00:00:00 2001 From: "liz.li" Date: Wed, 7 Sep 2022 10:58:30 +0800 Subject: [PATCH] NEW:add shortcut introduction Change-Id: I6d85b5bcc20f2e5d5cfc78c4cfe8520565f25ff2 --- src/slic3r/GUI/KBShortcutsDialog.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/slic3r/GUI/KBShortcutsDialog.cpp b/src/slic3r/GUI/KBShortcutsDialog.cpp index 7d285d3ef4..c7abcd233d 100644 --- a/src/slic3r/GUI/KBShortcutsDialog.cpp +++ b/src/slic3r/GUI/KBShortcutsDialog.cpp @@ -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") },