Summary: | shift+alt does not trigger alt+shift modifier only shortcut | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kglobalaccel | Reporter: | Vladislav Grechannik <vgrechannik> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | minor | CC: | ben2talk, butirsky, dev, duha.bugs, fanzhuyifan, krokwen, natalie_clarius, nate, vgrechannik |
Priority: | NOR | Keywords: | regression |
Version First Reported In: | 6.10.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=494579 https://invent.kde.org/plasma/kglobalacceld/-/issues/1 |
||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Vladislav Grechannik
2024-10-16 07:12:23 UTC
Shift+Alt works if I set it in the old/deprecated X11 keymaps Possibly caused by the fix for Bug 494579, which went into 6.2.1. I have encountered this issue today. When opening the Keyboard dialog, there are TWO paths to set this option. Usually, I look to Key Bindings in the top right, which gives a long list of options: - Switching to another layout 1. Alt+Caps Lock (My choice) 2. Alt+Ctrl 3. Alt+Shift. If you select Alt+Shift here, it will not work (other options do work). However, if you INSTEAD of going to key bindings, open Keyboard - then look down to the bottom left corner, above HELP... `Change Layout` - click the button, and press Alt+Shift - then the key binding is set and works. So this bug is actually that the Key Bindings dialog option does not work. As a workaround remove meta from shifted alt in the keymap. *** Bug 499542 has been marked as a duplicate of this bug. *** (In reply to fanzhuyifan from comment #4) > As a workaround remove meta from shifted alt in the keymap. Note that this has been removed from the default setting upstream in https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/merge_requests/762. There hasn't been a release containing that commit though. Keeping this bug report open since we might want a proper fix (see thread in https://invent.kde.org/plasma/kglobalacceld/-/issues/1#note_1052309) (In reply to Vladislav Grechannik from comment #1) > Shift+Alt works if I set it in the old/deprecated X11 keymaps Thank you! Didn't think this would work on wayland, but it does. (In reply to fanzhuyifan from comment #6) > Note that this has been removed from the default setting upstream in > https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/ > merge_requests/762. There hasn't been a release containing that commit > though. This will be the default in the upcoming xkeyboard-config 2.44, which will be released very soon. (In reply to Vladislav Grechannik from comment #1) > Shift+Alt works if I set it in the old/deprecated X11 keymaps By the way what do you mean by deprecated? XKB keymaps (as in xkeyboard-config and /usr/share/X11/xkb) are not deprecated at all and are the standard keymaps in Wayland too. |