From: vsr Date: Thu, 30 Dec 2004 10:32:22 +0000 (+0000) Subject: PAL7620: provide key-bindings for FitAll operation for the main keypad (while asterik... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e5bd14c5cb1fcd66da213b97b346a7570ec3b5d9;p=modules%2Fkernel.git PAL7620: provide key-bindings for FitAll operation for the main keypad (while asterik button on the main keypad can be invoked through <8> key-combination) --- diff --git a/src/SALOMEGUI/QAD_Desktop.cxx b/src/SALOMEGUI/QAD_Desktop.cxx index 1fc2858a1..5fa319a28 100644 --- a/src/SALOMEGUI/QAD_Desktop.cxx +++ b/src/SALOMEGUI/QAD_Desktop.cxx @@ -1098,6 +1098,8 @@ void QAD_Desktop::createActions() myAccelMap[ accel->insertItem( CTRL+Key_Equal ) ] = voZoomIn; // fit all myAccelMap[ accel->insertItem( CTRL+Key_Asterisk ) ] = voZoomFit; + // fit all + myAccelMap[ accel->insertItem( CTRL+SHIFT+Key_Asterisk ) ] = voZoomFit; // rotate left myAccelMap[ accel->insertItem( ALT+Key_Left ) ] = voRotateLeft; // rotate right