https://bugs.kde.org/show_bug.cgi?id=464121
Igor Kushnir <igor...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |igor...@gmail.com Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #1 from Igor Kushnir <igor...@gmail.com> --- Looks similar to Bug 422203. The fix for that bug is present in KDevelop 5.7.211203. The Part that opens PNG images intercepts keyboard events. The 'F' key toggles the "Fit image into the viewing area" option. The bug is reproducible in (almost) latest KDevelop master. If you activate a split view (right-click on the tab bar to split views) without the PNG image, the 'F' key would be handled by the Terminal tool view, even though the PNG image would be visible in its non-active split view. I suppose another fix or a more general replacement fix is needed - one which would restrict KParts shortcuts to a widget that has focus. -- You are receiving this mail because: You are watching all bug changes.