Okay, I did something similar for the PageEdit Inspector.
The problem is those key sequences are used to zoom the main Window in PageEdit and the Inspector is just a QDockWidget in PageEdit (not a top level dialog).
Therefore in order to allow the normal key sequence to zoom the Main Window, and still independently zoom the Inspector, I changed the Inspector in PageEdit to respond to
META + "+" to zoom in
META + "-" to zoom out
META + "0" to zoom reset.
This allows the user to independently zoom the Inspector and the MainWindow in PageEdit.
At some point, PageEdit may need to have a KeyBoard ShortCut Preferences of its own just to allow the user to change things, but for right now, that is low on my priority.
|