Using the arrow keys in the default windows switcher (not the task switcher) has no effect. Using the arrow keys in the task switcher (Alt+Tab) works as expected. STEPS TO REPRODUCE 1. Press and hold Alt+` 2. Continue to hold Alt but release the ` key 3. Press arrow keys (up, down) OBSERVED RESULT No effect EXPECTED RESULT A different window in the windows switcher is selected. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Kubuntu 20.04 beta KDE Plasma Version: 5.18.3 KDE Frameworks Version: 5.68.0 Qt Version: 5.12.5
Probably a matter of finding the commit that enabled this for the task switcher and doing it for the window switcher, too.
Please excuse my ignorance. What is the difference between the Task Switcher vs the Window Switcher? I thought those were the same thing.
Sorry, I just got what you mean. I looked through it. I couldn't figure it out yet. Though I have a feeling somewhere around tabbox/tabbox.cpp:1295 [TabBox::keyPress] lies the bug. I tried but wasn't able to test it, I only have one machine and the compiled kwin wouldn't run.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/186
Git commit 3450adf5d1225bc82a3cec6f759fcb9469038b90 by Igor Grkavac. Committed on 12/08/2020 at 17:56. Pushed by davidedmundson into branch 'master'. [tabbox] Fix for Window Switcher Loop thought the list of modes twice to complete the logic. M +1 -1 tabbox/tabbox.cpp https://invent.kde.org/plasma/kwin/commit/3450adf5d1225bc82a3cec6f759fcb9469038b90