On May 13, 1:29 am, Dianne Hackborn <hack...@android.com> wrote:
> The letters shown is just programmed by the IME, in its resources.  You can
> just change that.  The other stuff...  you'll need to either deal with using
> the public APIs, or (for things like resources) provide your own version
> instead of relying on private parts of the platform.
hi,

i can see how to set popup character for IME screen keyboard [1] by
using res/string/alternates_for_c but i am not able to find where is
setting(s) stored for hardware keyboard when hardware key (such as C)
is long pressed?

to make clear wht i talk about i took screenshots - here iswith
software keyboard long press c:
http://i40.tinypic.com/1981w1.png
http://i41.tinypic.com/98zmfp.png

and here is what I am asking about - choices when I long press
hardware key C:
http://i41.tinypic.com/27y31ck.png
http://i41.tinypic.com/98zmfp.png

as you can see choices are different. where I can find and modify
hardware popup list?

thanks,

Alex

[1]
        <Key android:codes="99" android:keyLabel="c"
                android:popupKeyboard="@xml/kbd_popup_template"
                android:popupCharacters="@string/alternates_for_c"
        />


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

Reply via email to