My need is to convert a char into a keycode to send an event with XSendEvent.
I'm using XStringToKeysym("a"), but when I use chars like : I get an invalid result.
Is it possible to bypass use of keysym and convert char directly to XKeyEvent keycode?
Any help appreciated!