Created attachment 177757 [details] screenshot I can't get to my favorites using arrows or other hotkeys only with mouse
Can confirm.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/3018
Git commit 4aff645bfdd4e617715de999d2e3a230f86fc06e by Christoph Wolk. Committed on 05/06/2025 at 09:03. Pushed by cwo into branch 'master'. applets/kicker: allow keyboard navigation to favorites sidebar The system action and application favorites on the side of the kicker popup are currently not accessible by keyboard, and if they were, they are not screen reader accessible. This change implements tab- and arrow key navigation from and to the favorites sidebar (with a single tab stop for the whole list), and adds screen reader accessibility for the entries. To implement this, the icon is changed to a ToolButton (from a base item) and the position-dependent sidebar layout is changed from a rather complex state-based anchor mechanism with plenty of hardcoded values to a straightforward layout. The change to a ToolButton introduces a visual feedback change; rather than just having a brightening effect, hovering the icon now has the typical bounding box highlight for ToolButtons. M +80 -87 applets/kicker/package/contents/ui/MenuRepresentation.qml M +10 -9 applets/kicker/package/contents/ui/SideBarItem.qml M +24 -5 applets/kicker/package/contents/ui/SideBarSection.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/4aff645bfdd4e617715de999d2e3a230f86fc06e
Git commit 3ddbe6c065910c1e318fb75747e78acf2ed33967 by Christoph Wolk. Committed on 09/06/2025 at 16:59. Pushed by cwo into branch 'Plasma/6.4'. applets/kicker: allow keyboard navigation to favorites sidebar The system action and application favorites on the side of the kicker popup are currently not accessible by keyboard, and if they were, they are not screen reader accessible. This change implements tab- and arrow key navigation from and to the favorites sidebar (with a single tab stop for the whole list), and adds screen reader accessibility for the entries. To implement this, the icon is changed to a ToolButton (from a base item) and the position-dependent sidebar layout is changed from a rather complex state-based anchor mechanism with plenty of hardcoded values to a straightforward layout. The change to a ToolButton introduces a visual feedback change; rather than just having a brightening effect, hovering the icon now has the typical bounding box highlight for ToolButtons. (cherry picked from commit 4aff645bfdd4e617715de999d2e3a230f86fc06e) Co-authored-by: Christoph Wolk <cwo.kde@posteo.net> M +80 -87 applets/kicker/package/contents/ui/MenuRepresentation.qml M +10 -9 applets/kicker/package/contents/ui/SideBarItem.qml M +24 -5 applets/kicker/package/contents/ui/SideBarSection.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/3ddbe6c065910c1e318fb75747e78acf2ed33967