Summary: | Alt+tab does not work with switching virtual desktops | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Akseli Lahtinen <akselmo> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | duha.bugs, nate, nicolas.fella |
Priority: | NOR | Keywords: | qt6 |
Version First Reported In: | git master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/7f8c41bedc3b6d9ba50e77843ae8d18dfbf25f76 | Version Fixed In: | |
Sentry Crash Report: |
Description
Akseli Lahtinen
2024-01-18 09:29:31 UTC
Which keyboard shortcut did you assign to ALT+TAB? Works for me on git master if I set it to "Switch to next Desktop". Possibly conflicting shortcuts? I set it to "walk through desktops" Does not work with Switch to next Desktop either, though Which exact actions have you bound Alt+Tab (and presumably, Alt+Shift+Tab for reverse) to? I see several that could qualify. Walk through desktops: alt+tab Walk through desktops (reverse): alt+shift+tab For some reason now the following work: Switch to next desktop: alt+tab Switch to previous desktop: alt+shift+tab I think this was intentionally dropped in https://invent.kde.org/plasma/kwin/-/merge_requests/3871 It seems there is a bug where kglobalaccel doesn't "forget" the non-existent action > It seems there is a bug where kglobalaccel doesn't "forget" the non-existent action
Should we add a kconf_update script or something to drop these actions?
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/5036 Git commit 2505fd03f1bbbaaef33668ad8030c6b0578328a6 by Vlad Zahorodnii. Committed on 25/01/2024 at 09:52. Pushed by vladz into branch 'master'. kconf_update: Add script to drop old desktop switching shortcuts M +5 -0 kconf_update/CMakeLists.txt A +33 -0 kconf_update/kwin-6.0-delete-desktop-switching-shortcuts.cpp [License: GPL(v2.0+)] M +4 -0 kconf_update/kwin.upd https://invent.kde.org/plasma/kwin/-/commit/2505fd03f1bbbaaef33668ad8030c6b0578328a6 Git commit 7f8c41bedc3b6d9ba50e77843ae8d18dfbf25f76 by Vlad Zahorodnii. Committed on 25/01/2024 at 09:57. Pushed by vladz into branch 'Plasma/6.0'. kconf_update: Add script to drop old desktop switching shortcuts (cherry picked from commit 2505fd03f1bbbaaef33668ad8030c6b0578328a6) M +5 -0 kconf_update/CMakeLists.txt A +33 -0 kconf_update/kwin-6.0-delete-desktop-switching-shortcuts.cpp [License: GPL(v2.0+)] M +4 -0 kconf_update/kwin.upd https://invent.kde.org/plasma/kwin/-/commit/7f8c41bedc3b6d9ba50e77843ae8d18dfbf25f76 |