Code cleaning: Delete workaround code
This commit is contained in:
parent
ebe762f177
commit
82da1f8fc1
1 changed files with 0 additions and 6 deletions
|
@ -182,15 +182,9 @@ void KBShortcutsDialog::fill_shortcuts()
|
||||||
m_full_shortcuts.push_back({ { _L("Gizmos"), _L("The following shortcuts are applicable when the specified gizmo is active") }, gizmos_shortcuts });
|
m_full_shortcuts.push_back({ { _L("Gizmos"), _L("The following shortcuts are applicable when the specified gizmo is active") }, gizmos_shortcuts });
|
||||||
|
|
||||||
Shortcuts object_list_shortcuts = {
|
Shortcuts object_list_shortcuts = {
|
||||||
#if defined (__linux__)
|
|
||||||
{ alt + "P", L("Set selected items as Ptrintable/Unprintable") },
|
|
||||||
{ alt + "0", L("Set default extruder for the selected items") },
|
|
||||||
{ alt + "1-9", L("Set extruder number for the selected items") },
|
|
||||||
#else
|
|
||||||
{ "P", L("Set selected items as Ptrintable/Unprintable") },
|
{ "P", L("Set selected items as Ptrintable/Unprintable") },
|
||||||
{ "0", L("Set default extruder for the selected items") },
|
{ "0", L("Set default extruder for the selected items") },
|
||||||
{ "1-9", L("Set extruder number for the selected items") },
|
{ "1-9", L("Set extruder number for the selected items") },
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
m_full_shortcuts.push_back({ { _L("Objects List"), "" }, object_list_shortcuts });
|
m_full_shortcuts.push_back({ { _L("Objects List"), "" }, object_list_shortcuts });
|
||||||
|
|
Loading…
Reference in a new issue