This shortcut not following keyboard focus behaviour is caused by the fact that all Sigil created QShortcuts defaulting to:
Qt::WindowContext
instead of:
Qt::WidgetContext
because all QDockWidgets are children of the MainWindow.
I will need to look further into that.
|