| Summary: | Modifier-Shift-Number shortcuts doesn't work | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kglobalaccel | Reporter: | Yuxuan Shui <yshuiv7> |
| Component: | general | Assignee: | David Edmundson <kde> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | bshah, kdelibs-bugs-null, plasma-bugs-null, yshuiv7 |
| Priority: | NOR | ||
| Version First Reported In: | 5.1.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | A simple fix | ||
|
Description
Yuxuan Shui
2015-03-14 00:14:33 UTC
This is due to an inconsistence when handling keys in x11KeyPress, and grabKey. Mod-Shift-1 is handed to grabKey as Mod-!, without the Shift modifier. And in x11KeyPress, it is Mod-Shift-1, with the Shift modifier removed later. So the end result is Mod-1 Created attachment 91551 [details]
A simple fix
This is a patch that solve this problem. Although I'm not sure whether my approach is entirely correct.
*** This bug has been marked as a duplicate of bug 341959 *** |