See discussion in https://bugs.kde.org/show_bug.cgi?id=359141 When attempting to use a shortcut like Alt+` and Alt+Shift+` for "Walk through windows" (and it's reverse), the behavior is not as expected. The following behavior results: * Single Alt+` press: Kwin advances by one application * Multiple Alt+` presses: Kwin cycles through the windows in the forward direction as expected * Single Alt+Shift+` press: Kwin goes back by one application * Multiple Alt+Shift+` presses: Kwin goes backwads one time, then cycles through windows in the forward direction * Single Alt+` press followed by Alt+Shift+` presses: Kwin goes forward, and continues going forward * Single Alt+Shift+` press followed by Alt+` presses: Kwin goes backwards once, then goes forward Per Thomas Lübking, this is a bug in kwin. Reproducible: Always Steps to Reproduce: 1. Set Walk through windows shortcut to Alt+` 2. Set Walk through windows (reverse) shortcut to Alt+Shift+` (Alt+~) 3. Try to use both shortcuts, and it won't work Expected Results: Alt+tab behavior works as expected, but using Alt+` and Alt+~
Has anyone looked at this? It's been a month since this was reported. The bug was confirmed by a developer here: https://bugs.kde.org/show_bug.cgi?id=359141 Anything I can do to help push this along?
The actual bug is in kwindowsystem; the qt-x11 translation needs to pick the code from kglobalaccel and latter than use the kwindowsystem lib code.
Thanks again for the confirmation, Thomas. Should I file a different bug so this reaches the right person, or will this one suffice? This has been quite an aggravating problem and would love to help get it fixed.
Can confirm this. Plasma 5.13.4 KDE Frameworks 5.48.0
Couldn't reproduce, it might be fixed along with bug 359141. Please, confirm.