diff --git a/src/Gui/CommandDoc.cpp b/src/Gui/CommandDoc.cpp index 77954c1e2e..423963fd1d 100644 --- a/src/Gui/CommandDoc.cpp +++ b/src/Gui/CommandDoc.cpp @@ -1424,6 +1424,7 @@ StdCmdEdit::StdCmdEdit() sToolTipText = QT_TR_NOOP("Toggles the selected object's edit mode"); sWhatsThis = "Std_Edit"; sStatusTip = QT_TR_NOOP("Activates or Deactivates the selected object's edit mode"); + sAccel = "Shift+E"; #if QT_VERSION >= 0x040200 sPixmap = "edit-edit"; #endif