input-method-kit

Button substitute keyboard

i am creating a virtual for my application in IMK(input method kit) i failed to simulate keyboard event by pressing a button. is there any library i can used for the simulation? is there any materials/solutions i can reference to? thanks Reply With Quote ...

Java input method for Virtual Keyboad

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 us...