Hi
I am writing a program which captures the keys pressed by user in
android and writes them to the Linux <input.h> struct. However, the
keycodes of Android keys are different from those of Linux even though
they're supposed to be the same (http://www.kandroid.org/android_pdk/
keymaps_keyboard_input.html). For example, when I press 'A' on my
Android keyboard, it has a keycode of 29 even though it should be 30
according to qwerty.kl
All the other keys have random keycodes as well so there is no way I
can create some sort of correlation. Can anyone shed light on this?

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

Reply via email to