Summary: | The alternative shortcut for layout switching should support modifier-only shortcuts | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Oded Arbel <oded> |
Component: | kcm_keyboard | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | butirsky, nate, xalt7x.service |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=464805 https://bugs.kde.org/show_bug.cgi?id=470256 https://bugs.kde.org/show_bug.cgi?id=470113 https://bugs.kde.org/show_bug.cgi?id=453506 https://bugs.kde.org/show_bug.cgi?id=420493 |
||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/d3916175477a88d83615501510a2d18cde62096c | Version Fixed In: | 6.1 |
Sentry Crash Report: |
Description
Oded Arbel
2023-05-25 14:05:54 UTC
And single-modifier shortcuts don't work also? (In reply to Andrey from comment #1) > And single-modifier shortcuts don't work also? Correct. In the shortcuts KCM, if I try to enter a multi-modifier-only shortcut, it will succeed setting up the shortcut, using only one of the modifiers (interestingly, the modifier that is released first is used - i.e. for the sequence ALT_press, SHIFT_press, SHIFT_release, ALT_release - then SHIFT will be chosen as the single modifier that is being set). In the keyboard KCM, any combination of modifier only presses and releases (of either one or more keys) leave the input field without any key combination registered. A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kxmlgui/-/merge_requests/215 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2133 Git commit ec6869d945d73d37042232c93116aac6a19162a4 by Yifan Zhu. Committed on 27/03/2024 at 21:49. Pushed by fanzhuyifan into branch 'master'. kkeysequencewidget: expose modifierOnlyAllowed M +10 -0 src/kkeysequencewidget.cpp M +10 -0 src/kkeysequencewidget.h https://invent.kde.org/frameworks/kxmlgui/-/commit/ec6869d945d73d37042232c93116aac6a19162a4 Git commit d3916175477a88d83615501510a2d18cde62096c by Yifan Zhu. Committed on 27/03/2024 at 21:53. Pushed by fanzhuyifan into branch 'master'. kcms/keyboard: allow modifierOnly shortcuts M +6 -0 kcms/keyboard/kcm_keyboard.ui https://invent.kde.org/plasma/plasma-desktop/-/commit/d3916175477a88d83615501510a2d18cde62096c |