Skip to content

Kickoff: Fix grid view key nav in mirrored layout

Nate Graham requested to merge work/cherry-pick-733b05a6 into Plasma/5.27

KickoffGridView's keyboard navigation was broken when LayoutMirroring.enabled=true, as could be seen by running plasmoidviewer --applet org.kde.plasma.kickoff -reverse

This patch separates the concepts of left/right from line-start/line-end and adjusts them as needed when layout mirroring is active.

(cherry picked from commit 733b05a6)

Merge request reports