View Single Post
Old 01-04-2020, 12:01 PM   #10
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,885
Karma: 6120478
Join Date: Nov 2009
Device: many
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.
KevinH is online now   Reply With Quote