Summary: | non-default keyboard shortcut should be detected as changed setting | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Patrick Silva <bugseforuns> |
Component: | kcm_kwintabbox | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | isma.af, nate, plasma-bugs, postix |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/76ac4be31632b436ea78611f07490c352a88b192 | Version Fixed In: | 5.27 |
Sentry Crash Report: |
Description
Patrick Silva
2022-09-18 11:05:28 UTC
*** Bug 448894 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/3417 A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/3426 Git commit b11416c3968d0a31926afb2a192e1d7e2cbdb004 by Ismael Asensio. Committed on 12/01/2023 at 18:58. Pushed by iasensio into branch 'master'. kcms/tabbox: Highlight non-default shortcuts This sets the property on the shortcut widgets when they should get highlighted: the option is selected in System Settings and the shortcut is not the default. It requires a change in `KXMLGui/KKeyShortcutWidget` to actually paint the highlihgt ring. (commit 47572c26, KF103) M +11 -0 src/kcms/tabbox/kwintabboxconfigform.cpp M +1 -0 src/kcms/tabbox/kwintabboxconfigform.h M +1 -0 src/kcms/tabbox/main.cpp https://invent.kde.org/plasma/kwin/commit/b11416c3968d0a31926afb2a192e1d7e2cbdb004 Fixed with the combination of: https://invent.kde.org/plasma/kwin/-/commit/76ac4be31632b436ea78611f07490c352a88b192 (Plasma 5.27) https://invent.kde.org/frameworks/kxmlgui/-/commit/47572c26eb7fbc8977c4ad6f1414bb0ad4ff9385 (Frameworks 5.103) |