]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_ContextMenuMgr.cpp
Salome HOME
Merge branch 'V9_5_BR'
[modules/shaper.git] / src / XGUI / XGUI_ContextMenuMgr.cpp
index 7145c235fe18a50aac28446129ec023d490ce8c0..d5b9bf15a782ee514f2f9a709c650e6fd01d5e3b 100644 (file)
@@ -94,6 +94,7 @@ void XGUI_ContextMenuMgr::createActions()
 
   aAction = ModuleBase_Tools::createAction(QIcon(":pictures/rename_edit.png"), tr("Rename"),
                                            aDesktop, this, SLOT(onRename()));
+  aAction->setShortcut(Qt::Key_F2);
   addAction("RENAME_CMD", aAction);
 
   aAction = ModuleBase_Tools::createAction(QIcon(":pictures/move_to_end.png"),