https://bugs.kde.org/show_bug.cgi?id=352476
--- Comment #8 from Marco Martin <notm...@gmail.com> --- Git commit 7dd5210c8766f4226c27afe5a4ef83ece6d15143 by Marco Martin, on behalf of Benjamin Port. Committed on 02/02/2022 at 11:31. Pushed by mart into branch 'master'. Allow Panel and systray keyboard navigation Allow the Panel to get active keyboard focus via a kwyboard shortcut which will cycle between all panels. When a panel has focus, the active focus can be navigated around either with tab/backtab or arrow keys. Simple popup applets which only display an icon will work automatically, Complex applets like the System tray or the taskbar will have focus that can navigate on all their sub-elements, to activate a particular systray applet or activate a particular window Co-authored with Benjamin Port<benjamin.p...@enioka.com> M +15 -0 applets/activitybar/contents/ui/main.qml M +16 -1 applets/icon/package/contents/ui/main.qml M +15 -1 applets/lock_logout/contents/ui/lockout.qml M +11 -0 applets/systemtray/package/contents/ui/ExpandedRepresentation.qml M +19 -1 applets/systemtray/package/contents/ui/ExpanderArrow.qml M +7 -18 applets/systemtray/package/contents/ui/HiddenItemsView.qml M +29 -2 applets/systemtray/package/contents/ui/items/AbstractItem.qml M +5 -0 applets/systemtray/package/contents/ui/items/ItemLoader.qml M +3 -25 applets/systemtray/package/contents/ui/items/PlasmoidItem.qml M +6 -6 applets/systemtray/package/contents/ui/items/StatusNotifierItem.qml M +10 -1 applets/systemtray/package/contents/ui/main.qml M +32 -0 shell/panelview.cpp M +1 -0 shell/panelview.h M +22 -0 shell/shellcorona.cpp https://invent.kde.org/plasma/plasma-workspace/commit/7dd5210c8766f4226c27afe5a4ef83ece6d15143 -- You are receiving this mail because: You are watching all bug changes.