https://bugs.kde.org/show_bug.cgi?id=522938
--- Comment #4 from cwo <[email protected]> --- Git commit 5e7a0d4701088d068ddcf0cc8aba4cdfbd924f94 by Christoph Wolk. Committed on 07/09/2026 at 15:38. Pushed by cwo into branch 'master'. applets, components: improve calendar key navigation The calendar keyboard navigation is quite awkward in several places: The main calendar view is not reachable from the header with arrow keys, the start of the interaction is not predictable (it mostly remembers where it was the last time it opened, but this may fail depending on where exactly it was), the arrow key interaction on the combined tab/button row in the digital-clock version is confusing, and similar. This change makes this more consistent. Focus now always starts (invisibly) on the top row's first button, and arrow keys go to sensible places. M +9 -0 applets/calendar/qml/main.qml M +2 -21 applets/digital-clock/CalendarView.qml M +10 -1 applets/digital-clock/main.qml M +11 -0 components/calendar/daysmodel.cpp M +4 -0 components/calendar/daysmodel.h M +26 -2 components/calendar/qml/DaysCalendar.qml M +2 -1 components/calendar/qml/InfiniteList.qml M +7 -3 components/calendar/qml/MonthView.qml M +23 -0 components/calendar/qml/MonthViewHeader.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/5e7a0d4701088d068ddcf0cc8aba4cdfbd924f94 -- You are receiving this mail because: You are watching all bug changes.
