toggle printability of selection with keyboard shortcut (#13279)

* toggle printability of object with keyboard shortcut

* add localization for toggle shortcut
This commit is contained in:
Alen Karnil
2026-04-26 13:29:20 +01:00
committed by GitHub
parent 7de3031121
commit 087eeaf3df
7 changed files with 16 additions and 4 deletions

View File

@@ -259,6 +259,7 @@ void KBShortcutsDialog::fill_shortcuts()
{ "E", L("Gizmo brim ears") },
{ "I", L("Zoom in") },
{ "O", L("Zoom out") },
{ "V", L("Toggle printable for object/part") },
{ L("Tab"), L("Switch between Prepare/Preview") },
};