I try using the XTest extension of the X server. The XTestFakeKeyEvent function expects a keycode. As long as the Unicode character in question is assigned to one of the keycodes I have no problem at all.

The only option I have found so far is changing the mapping and assigning the Unicode character to one of the unused keys.

Is there any - hopefully more sophisticated - option available? Not necessarily using XTest. Custom input method? Direct XInput event injection? If so, how?

Thanks

UPDATE:

Just to clarify: I need to enter the characters from a program and I have to be prepared for all unicode characters.

I am looking for a solution like this.

link|improve this question
feedback

1 Answer

Pick one from these search results: "how to enter unicode characters in linux"

The result titled "Entering Unicode characters in Linux — The Endeavour" has a link to a blog post that tells you how to do it.

link|improve this answer
From the first search result, you can use a compose character. This is typically the Multi_key, assigned to the menu key on my system. The list of known compose sequences is found here on my system: /usr/share/X11/locale/en_US.UTF-8/Compose – Seth Robertson May 24 '11 at 17:57
®yasouser It works only for GTK application. The CTRL+SHIFT+U sequence is a hotkey for the ContextSimple Input Method. – PEtiSPAeSPeA May 25 '11 at 6:30
®Seth This is limited to the characters in the Compose file and also I have to decompose the unicode first and then recompose it using XTest. – PEtiSPAeSPeA May 25 '11 at 6:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.