Need table of key codes for android and presenter

前端 未结 11 874
栀梦
栀梦 2020-12-09 04:19

Can someone point me to the list of key codes that come from getKeyCode() in numeric form so that for example if I look up 72 I see \"]\" and if I look up 24 I see \"vol up\

11条回答
  •  暖寄归人
    2020-12-09 05:07

    You can find a complete list of Key Codes and an explanation here: http://code.google.com/p/androhid/wiki/Keycodes

提交回复
热议问题