海王  

2011年10月13日

摘要: android 与 webkit 键码映射转换:webkit/WebCore/platform/android/KeyEventAndroid.cppwebkit js码值表:webkit/WebCore/platform/chromium/KeyboardCodesPosix.handroid 对应webkit的码值表: frameworks/base/include/ui/KeycodeLab... 阅读全文
posted @ 2011-10-13 15:45 海王 阅读(789) 评论(0) 推荐(0) 编辑
 
摘要: new Thread () { public void run () { try { Instrumentation inst=new Instrumentation(); inst.sendKeyDownUpSync(int 键码); } catch(Exception e) { Log.e("Exception when sendPointerSync", e.toString()... 阅读全文
posted @ 2011-10-13 10:10 海王 阅读(4922) 评论(0) 推荐(0) 编辑