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