https://bugs.kde.org/show_bug.cgi?id=455783
Marco Martin <notm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/commit/ea5bc72dc275 |ma/kwin/commit/027ca22908a6 |62b99b81f2b3ddb855468353896 |f020c101ddd7e8f512fe0186655 |e |d Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #12 from Marco Martin <notm...@gmail.com> --- Git commit 027ca22908a6f020c101ddd7e8f512fe0186655d by Marco Martin. Committed on 02/08/2022 at 15:59. Pushed by mart into branch 'master'. When an arrow key is not accepted look for adjacent views When no qml items manage the arrow key event, the root item will manage it looking to give focus to a view in the given direction derived from the arrow key M +34 -0 src/effects/desktopgrid/qml/main.qml M +26 -0 src/effects/overview/qml/ScreenView.qml M +1 -1 src/effects/private/qml/WindowHeapDelegate.qml M +24 -0 src/effects/windowview/qml/main.qml M +83 -13 src/libkwineffects/kwinquickeffect.cpp M +11 -1 src/libkwineffects/kwinquickeffect.h M +1 -0 src/scripting/CMakeLists.txt M +2 -0 src/scripting/scripting.cpp https://invent.kde.org/plasma/kwin/commit/027ca22908a6f020c101ddd7e8f512fe0186655d -- You are receiving this mail because: You are watching all bug changes.