ENH:add some global shortcut key

Change-Id: Ib29d13c84755b0e4e15b6a4c25583df91653aa84
This commit is contained in:
liz.li 2023-02-14 10:10:04 +08:00 committed by Lane.Wei
parent 688084c475
commit 5f71eba979
2 changed files with 21 additions and 3 deletions

View file

@ -177,7 +177,13 @@ void KBShortcutsDialog::fill_shortcuts()
{ ctrl + "S", L("Save Project") },
{ ctrl + alt + "S", L("Save Project as") },
// File>Import
{ ctrl + "I", L("Import geometry data from STL/STEP/3MF/OBJ/AMF files.") },
{ ctrl + "I", L("Import geometry data from STL/STEP/3MF/OBJ/AMF files") },
// File>Export
{ ctrl + "G", L("Export plate sliced file")},
// Slice plate
{ ctrl + "R", L("Slice plate")},
// Send to Print
{ ctrl + "Shift" + "G", L("Print plate")},
// Edit
{ ctrl + "X", L("Cut") },
{ ctrl + "C", L("Copy to clipboard") },