From 7b031e2b26aa226539c579ea027c71d855ec74cc Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Sat, 6 Jul 2019 17:15:24 -0300 Subject: [PATCH] Added default shortcut to Toggle Edit mode command --- src/Gui/CommandDoc.cpp | 1 + 1 file changed, 1 insertion(+) 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