https://bugs.kde.org/show_bug.cgi?id=515004
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/-/commit/ |ma/plasma-desktop/-/commit/ |8523ccc079d711c814272293110 |5189231359a61d104c067325459 |d0a131ef013c4 |9c124bb8cdb4e --- Comment #5 from cwo <[email protected]> --- Git commit 5189231359a61d104c0673254599c124bb8cdb4e by Christoph Wolk. Committed on 30/01/2026 at 10:44. Pushed by cwo into branch 'Plasma/6.6'. applets/kickoff: forward key events from header buttons Key events are forwarded from the main content and footer buttons when they are not locally handled; in particular, the user can begin typing from anywhere to begin or continue a query – except the header buttons (avatar, configure and pin), which swallow all key events. This is due to the footer being a child of the main content view, and so is covered by the event forwarding implemented there, but the header is separate. Instead, set up key forwarding for the header (except the search field, which is where we're forwarding to so it should never go back there). (cherry picked from commit 8523ccc079d711c814272293110d0a131ef013c4) Co-authored-by: Christoph Wolk <[email protected]> M +2 -0 applets/kickoff/Header.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/5189231359a61d104c0673254599c124bb8cdb4e -- You are receiving this mail because: You are watching all bug changes.
