]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
PPGP issue #21: SALOME hot key buttons get catched in several GUI components
authorsan <san@opencascade.com>
Wed, 16 Nov 2011 16:00:21 +0000 (16:00 +0000)
committersan <san@opencascade.com>
Wed, 16 Nov 2011 16:00:21 +0000 (16:00 +0000)
commit6adfc1e86cf87f62816bb18d6100b352d7050c20
tree9e23ea4b6933b792fd0cc14ff26606869e69bdf4
parentab8d51ab0af41edf04df97c2128eb51866914432
PPGP issue #21: SALOME hot key buttons get catched in several GUI components

Some common keyboard shortcuts like Ctrl+A or Shift+A where intercepted by SALOME GUI if pressed in PPGP Python editor based on QScintilla. Also it was impossible to type capitals with Shift.

Solution implemented:
- Ctrl+A shortcut for "Save as" replaced with Ctrl+Shift+S
- Shift+C for "Close window" replaced with Ctrl+F4
- Other shortucts like Shift + letter replaced with Alt + Shift + letter.
src/LightApp/LightApp_Application.cxx
src/STD/STD_Application.cxx
src/STD/STD_TabDesktop.cxx
src/SalomeApp/SalomeApp_Application.cxx