How to send a KeyEvent to an input method
Hello
i am feeling a little bit lost at the moment. For an application i need to send key events to a text field (just like a normal keyboard). But if i i try to send KeyEvent's nothing happens with an enabled IM. Do i understand it correct that i have to create an InputMethodEvent to send a char to the IM? If yes, how to i work with this AttributedCharacterIterator?
At the moment the Active-Client-Sample confuses me rather more than it helps.
Thanks
Matt

