keyboard and file menu shortcuts for save to sd card and eject

This commit is contained in:
David Kocik 2020-03-06 15:33:30 +01:00
parent 779f0cd915
commit e39e9b05ae
4 changed files with 34 additions and 2 deletions

View file

@ -122,6 +122,8 @@ void KBShortcutsDialog::fill_shortcuts()
{ ctrl + "G", L("Export G-code") },
{ ctrl + "Shift+" + "G", L("Send G-code") },
{ ctrl + "E", L("Export config") },
{ ctrl + "U", L("Export to SD card / Flash drive") },
{ ctrl + "T", L("Eject SD card / Flash drive") },
// Edit
{ ctrl + "A", L("Select all objects") },
{ "Esc", L("Deselect all") },