]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
NPAL17241: EDF590: Keyboard shortcuts for removing and renaming an object.
authorjfa <jfa@opencascade.com>
Tue, 23 Oct 2007 07:10:54 +0000 (07:10 +0000)
committerjfa <jfa@opencascade.com>
Tue, 23 Oct 2007 07:10:54 +0000 (07:10 +0000)
src/VISUGUI/VisuGUI.cxx

index ffef44f4e268735245b20a987a92c55340e394ef..85048f08257ac6713afec55e88a727d3b16a21b5 100644 (file)
@@ -2087,7 +2087,7 @@ VisuGUI
                 this, SLOT(OnCreatePlot2dView()));
 
   createAction( VISU_DELETE_OBJS, tr("MEN_DELETE_OBJS"), QIconSet(),
-                tr("MEN_DELETE_OBJS"), "", 0, aParent, false,
+                tr("MEN_DELETE_OBJS"), "", Key_Delete, aParent, false,
                 this, SLOT(OnDeleteObjects()));
 
   createAction( VISU_SHOW_TABLE, tr("MEN_SHOW_TABLE"), QIconSet(),
@@ -2158,7 +2158,8 @@ VisuGUI
                 tr("MEN_CURVE_PROPS"), "", 0, aParent, false,
                 this, SLOT(OnCurveProperties()));
 
-  createAction( VISU_RENAME, tr("MEN_RENAME"), QIconSet(), tr("MEN_RENAME"), "", 0, aParent, false,
+  createAction( VISU_RENAME, tr("MEN_RENAME"), QIconSet(),
+                tr("MEN_RENAME"), "", Key_F2, aParent, false,
                 this, SLOT(OnRename()));
 
   createAction( VISU_EDIT_CONTAINER, tr("MEN_EDIT_CONTAINER"), QIconSet(),