| Summary: | global shortcuts do not work with keys that have been mapped with keyboard options | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kglobalaccel | Reporter: | Stefan Majewsky <majewsky> |
| Component: | general | Assignee: | Martin Flöser <mgraesslin> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | CC: | kdelibs-bugs-null, simonandric5 |
| Priority: | NOR | ||
| Version First Reported In: | 5.38.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Stefan Majewsky
2017-10-09 20:20:56 UTC
Does the problem persist after restarting kglobalacceld5? After restarting kglobalaccel5 with `killall kglobalaccel5 && sleep 3 && kglobalaccel5 &`, the affected shortcuts start working. This is a well known limitation in Qt. We don't get any events which tell us that the mapping changed. After a restart we have the correct mapping. This is unfortunately rather a corner case. Changing any aspect of the code is dangerous due to the X nature. Wayland will fix it. |