Added default shortcut to Toggle Edit mode command

This commit is contained in:
Yorik van Havre
2019-07-06 17:15:24 -03:00
parent 169c975e19
commit 7b031e2b26

View File

@@ -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