[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  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  wrote:
>
> > Hi, is there any method to let you get the keycode for a keyboard
> > letter. E.g. public int getKeyCode(char letter) {...}? I had a look
> > but can't find it and I can't find a way to make Autocomplete start
> > filtering from predefined input in the box, so I'm emulating key
> > inputs to make it do this.
>
> > thanks for any help.
>
> --
> Dianne Hackborn
> Android framework engineer
> hack...@android.com
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support.  All such questions should be posted on public
> forums, where I and others can see and answer them.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[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  wrote:

>
> Hi, is there any method to let you get the keycode for a keyboard
> letter. E.g. public int getKeyCode(char letter) {...}? I had a look
> but can't find it and I can't find a way to make Autocomplete start
> filtering from predefined input in the box, so I'm emulating key
> inputs to make it do this.
>
> thanks for any help.
> >
>


-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---