diff --git a/src/Mod/Assembly/CommandCreateView.py b/src/Mod/Assembly/CommandCreateView.py index 9cfd6c1e98..4a43f48844 100644 --- a/src/Mod/Assembly/CommandCreateView.py +++ b/src/Mod/Assembly/CommandCreateView.py @@ -53,7 +53,7 @@ class CommandCreateView: return { "Pixmap": "Assembly_ExplodedView", "MenuText": QT_TRANSLATE_NOOP("Assembly_CreateView", "Create Exploded View"), - "Accel": "V", + "Accel": "E", "ToolTip": "

" + QT_TRANSLATE_NOOP( "Assembly_CreateView", diff --git a/src/Mod/Assembly/CommandExportASMT.py b/src/Mod/Assembly/CommandExportASMT.py index c175e28c53..0a7cdcb36d 100644 --- a/src/Mod/Assembly/CommandExportASMT.py +++ b/src/Mod/Assembly/CommandExportASMT.py @@ -45,7 +45,6 @@ class CommandExportASMT: return { "Pixmap": "Assembly_ExportASMT", "MenuText": QT_TRANSLATE_NOOP("Assembly_ExportASMT", "Export ASMT File"), - "Accel": "E", "ToolTip": QT_TRANSLATE_NOOP( "Assembly_ExportASMT", "Export currently active assembly as a ASMT file.",