I'am working on a application which allows your computer to type using
android keyboard via Bluetooth. My application sends objects to the
server(programmed in java) on PC via Bluetooth, the object sent
contains the key code to be pressed. But i'm having problem the
android keyboard virtual Keycodes are mapped to different characters
on the PC. For example, if i press "h" on android this gets translated
into "Home" on PC. The Keycode are obtained by overriding onkeyup of
View.

Question: Is there a way to translate android Keycode into computer,
so it does not type different characters. Note: on android i'm using
qwerty keyboard type as well as on my computer.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to