Summary: | [KHotKeys] Unable to input special character | ||
---|---|---|---|
Product: | [Unmaintained] khotkeys | Reporter: | Lach Sławomir <slawek> |
Component: | general | Assignee: | Michael Jansen <kde> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | maarizwan |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Lach Sławomir
2010-12-11 09:07:41 UTC
> I think, that is a KHotKeys based bug.
Yesno.
It's not trivial to XSendEvent a synthetic unicode, because XKeycodeToKeysym will fail on it.
It would be required to map the unicode into another code. Then xsync, wait some time (until the receiving client hopefully handled the input) and change back the mapping. Ughh.
=> This will not fix, what might be a possible solution somewhere somewhen is to support pasting text (though afaik, you cannot just past the secondary selection buffer to another client, so you'd have to operate on the primary buffer and fake a 3rd mouse button press, what ends up in a paste wherever the mouse currently is)
|