Bug 386596 - Ambiguous key sequence 'Ctrl+A' with Okular as preview
Summary: Ambiguous key sequence 'Ctrl+A' with Okular as preview
Status: RESOLVED DUPLICATE of bug 386265
Alias: None
Product: kate
Classification: Applications
Component: plugin-preview (show other bugs)
Version: Git
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-06 18:47 UTC by Edward Kigwana
Modified: 2017-11-06 19:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Edward Kigwana 2017-11-06 18:47:15 UTC
Unable to select all text via shortcut with Okular preview loaded. I think this can be fixed by allowing focus for preview pane. I use focus follows mouse and expect that hovering over the preview pane sends shortcuts to the pane and if over editor component shortcuts are sent as usual. With preview collapsed there is no issue.
Comment 1 Friedrich W. H. Kossebau 2017-11-06 19:48:22 UTC
Thanks for the report, indeed a (known) issue.

Last time I looked the problem has been that shortcuts from KParts (KXMLGUI-based) are registered globally to the app, so they will conflict independent of the focus  set. And are only unregistered if the widget is hidden. But definitely needs another, longer investigation.

*** This bug has been marked as a duplicate of bug 386265 ***