From: jfa Date: Tue, 23 Oct 2007 07:13:02 +0000 (+0000) Subject: NPAL17241: EDF590: Keyboard shortcuts for removing and renaming an object. X-Git-Tag: V4_1_0a3~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cf189c975eb040a2d5803d9b3cb6e435814a846b;p=modules%2Fsuperv.git NPAL17241: EDF590: Keyboard shortcuts for removing and renaming an object. --- diff --git a/src/SUPERVGUI/SUPERVGUI.cxx b/src/SUPERVGUI/SUPERVGUI.cxx index 137e304..aced7fe 100644 --- a/src/SUPERVGUI/SUPERVGUI.cxx +++ b/src/SUPERVGUI/SUPERVGUI.cxx @@ -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 );