https://bugs.kde.org/show_bug.cgi?id=438991
fanzhuyi...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |6.0 Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/b6d864b793 | |eb237c22e8ef659beabfe01d889 | |134 --- Comment #7 from fanzhuyi...@gmail.com --- Git commit b6d864b793eb237c22e8ef659beabfe01d889134 by Yifan Zhu. Committed on 18/12/2023 at 22:22. Pushed by fanzhuyifan into branch 'tab'. tabbox: match Shift+Backtab against Shift+Tab When users simultaneously press Shift and Tab, the keys are sometimes registered as Shift+Tab, and sometimes as Shift+Backtab. So we need to match received Shift+Tab against shortcuts containing Shift+Backtab, and vice versa. Previously the code only checks for the first case. This commit adds checks for the second case. FIXED-IN: 6.0 M +6 -5 src/tabbox/tabbox.cpp https://invent.kde.org/plasma/kwin/-/commit/b6d864b793eb237c22e8ef659beabfe01d889134 -- You are receiving this mail because: You are watching all bug changes.