Summary: | Suddenly one character of keyboard input is missing | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | David Hart <dc.hart> |
Component: | kcm_khotkeys | Assignee: | Michael Jansen <kde> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | CC: | adam.m.fontenot+kde, joe.attaboy, kde, nate, plasma-bugs |
Priority: | NOR | ||
Version: | 5.21.5 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David Hart
2021-05-24 17:08:40 UTC
Hi! I can confirm this for KDE Plasma 5.22.4 on KDE neon and it seems to depend on the shortcut you assign. Example: Shift+f:o:o with shortcut Alt+F produces "oo". Switching the shortcut to Alt+g makes it work. I do not know how khotkeys works, but I think that the key-events are filtered wrong to not print the pressed shortcut char. *** Bug 441674 has been marked as a duplicate of this bug. *** It is more complicated. I use hot keys extensively because I am an active writer and prefer raw html. To fill in the missing characters I have doubled up in some combinations. <h2 class="inset2"></h2> is programmed (in part) as c:l:a:s:s:s (extra "s"). Most of the time this works. Every now and then I end up with "classs." It is unpredictable. This is not mission critical; just weird. As announced in https://pointieststick.com/2023/07/26/what-we-plan-to-remove-in-plasma-6/ and https://community.kde.org/Plasma/Plasma_6#Removals, I'm afraid KHotKeys has reached end-of-life in Plasma 6. Accordingly, all bug reports and feature requests for it must be closed now. Most of what KHotKeys could do can already be done with the newer KGlobalAccel system in Plasma 6. A few features such as mouse gestures and triggering conditions based on changes to window states are not yet implemented in the new system. These will be added in the future if and when resources materialize for them, and/or when a kind soul submits patches to implement them! :) Meanwhile, the 3rd-party "Mouse Actions" app (https://github.com/jersou/mouse-actions) may be usable for implementing your own mouse gestures again. Thanks for your understanding, everyone. |