[android-developers] Re: Get keycode of letter

2009-02-11 Thread Dianne Hackborn
This is the class used to perform mappings with the key character map: http://code.google.com/android/reference/android/view/KeyCharacterMap.html On Wed, Feb 11, 2009 at 7:46 AM, Al alcapw...@googlemail.com wrote: Hi, is there any method to let you get the keycode for a keyboard letter. E.g.

[android-developers] Re: Get keycode of letter

2009-02-11 Thread Al
Excellent, that worked like a charm, thanks. On Feb 11, 5:53 pm, Dianne Hackborn hack...@android.com wrote: This is the class used to perform mappings with the key character map: http://code.google.com/android/reference/android/view/KeyCharacterMap... On Wed, Feb 11, 2009 at 7:46 AM, Al