I'm working on an input device that has a button that I'd like to act both 
as a home button when pressed by itself, but also work as a modifier for 
the other buttons on the device.

I know you can do this in the kcm file with other buttons, and have 
something like:

key ESCAPE {
>     base:                               fallback BACK
>     alt, meta:                          fallback HOME
>     ctrl:                               fallback MENU
> }


Is it possible to have something like:

key CTRL_LEFT {
>     base:                               fallback HOME
>     {SOMETHING HERE}:                   CTRL_LEFT
> }


so that I can press that button with another button and have it not 
fallback on HOME?

Thanks in advance! :D

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