From e5bd14c5cb1fcd66da213b97b346a7570ec3b5d9 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 30 Dec 2004 10:32:22 +0000 Subject: [PATCH] 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) --- src/SALOMEGUI/QAD_Desktop.cxx | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2