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

index 137e3041f0a6deebaf57d430931a317827fbb23c..aced7fee3dae189f5d4a204c08d1993f7f734417 100644 (file)
@@ -164,9 +164,9 @@ void SUPERVGUI::initialize( CAM_Application* app )
   createSupervAction( 309, "ADDNODE"       , "ICO_ADDNODE" );
   createSupervAction( 310, "STEPBYSTEP"    , "ICO_STEPBYSTEP" );
 
-  createSupervAction( 311, "POP_RENAME" );
+  createSupervAction( 311, "POP_RENAME", "", Key_F2 );
   createSupervAction( 312, "POP_DISPLAY" );
-  createSupervAction( 313, "POP_DELETE" );
+  createSupervAction( 313, "POP_DELETE", "", Key_Delete );
 
   // ----- create menu -----------------
   int fileId = createMenu( tr( "MEN_FILE" ), -1, -1 );