Java input method for Virtual Keyboad

Posted by shekhar on Stack Overflow See other posts from Stack Overflow or by shekhar
Published on 2010-03-08T09:09:35Z Indexed on 2010/03/12 12:17 UTC
Read the original article Hit count: 416

Hi,

I am facing problem in implementing Input method for Virtual Keyboard, currently I am using robot class for sending input to any application from virtual keyboard. but for that I need to create mapping of key-code and unicode, which is not consistent on different keyboard layout, can I directly pass the UNICODE to any application using Input method without worry about mapping between keycode and unicode.

any useful link or sample code will be useful.

It is simple Java program which is always on top of any application and work as onscreen keyboard. using a mouse while you press any button (key) of the keyboard, the corresponding character will be typed in the application running below. This is working perfectly for English Alphabets. I am facing problem while I am doing for unicode.

© Stack Overflow or respective owner

Related posts about java

Related posts about input-method-kit