I think the problem maybe is the virtual key value mapped false in
android system.

You can try to find "/system/usr/keylayout/*.kl", and check it.

On 7月21日, 下午4时48分, doherty pete <[email protected]> wrote:
> hello
> in include/linux/input
>
> #define KEY_PAGEUP              104
> #define KEY_LEFT                105
> #define KEY_RIGHT               106
> #define KEY_END                 107
> #define KEY_DOWN                108
> #define KEY_PAGEDOWN            109
>
> so i use KEY_PAGEUP KEY_PAGEDOWN by gpio,but it is not useful.
>
>     AKEYCODE_PAGE_UP         = 92,
>
>     AKEYCODE_PAGE_DOWN       = 93,
>
> and i input "$input keyevent 92",it's no effect also,why?
>
> --
> pete_doherty

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to