Summary: | 6ea5ae9c0f37daedbf1573cf0733ced19745710e regression in consecutive Alt+Shift+Tab | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | raffarti |
Component: | tabbox | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate, xaver.hugl |
Priority: | HI | Keywords: | regression |
Version First Reported In: | 5.27.7 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/98bdba20ffa38f1d7c132afb8fdfe2cf68d7f31a | Version Fixed In: | |
Sentry Crash Report: |
Description
raffarti
2023-08-07 10:45:42 UTC
Can confirm A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/4311 Git commit 1ace5a4ceefc1e1319abfb4d883edce8758a7c36 by Xaver Hugl. Committed on 11/08/2023 at 15:28. Pushed by zamundaaa into branch 'master'. input: add special handling for tabbox modifiers modifiersRelevantForTabBox handles modifiers being consumed, which is wrong for the tabbox; all it needs is to ignore capslock. To ensure that happens, this commit adds a separate method for modifiers relevant for the tabbox. M +1 -1 src/input.cpp M +11 -0 src/input_event.h M +1 -0 src/keyboard_input.cpp M +21 -0 src/xkb.cpp M +1 -0 src/xkb.h https://invent.kde.org/plasma/kwin/-/commit/1ace5a4ceefc1e1319abfb4d883edce8758a7c36 Git commit 98bdba20ffa38f1d7c132afb8fdfe2cf68d7f31a by Xaver Hugl. Committed on 11/08/2023 at 15:44. Pushed by zamundaaa into branch 'Plasma/5.27'. input: add special handling for tabbox modifiers modifiersRelevantForTabBox handles modifiers being consumed, which is wrong for the tabbox; all it needs is to ignore capslock. To ensure that happens, this commit adds a separate method for modifiers relevant for the tabbox. (cherry picked from commit 1ace5a4ceefc1e1319abfb4d883edce8758a7c36) M +1 -1 src/input.cpp M +11 -0 src/input_event.h M +1 -0 src/keyboard_input.cpp M +21 -0 src/xkb.cpp M +1 -0 src/xkb.h https://invent.kde.org/plasma/kwin/-/commit/98bdba20ffa38f1d7c132afb8fdfe2cf68d7f31a |