Hello developers,

I try to send a simple unicode text to a remote machine, and there I it should be output like it was typed in with the keyboard. I know this is maybe not possible with Qt. Have you any ideas how to solve that problem (I thought about mapping the unicode characters back to scan codes)? Or do you know some applications that do something like this (where I can read how they did it).

Strahlex