o KeycodeChecker.zip
As usual, copy the KeycodeChecker.apk in bin folder to data/app in android-root.
After launching KeycodeChecker, every time you type some key in, it show;
- key: keycode which Android uses internally.
- scan: scancode which is passed to Android from hardware driver.
- modify: true or false whether the key is modifier key or not.
- name: key name which is defined in android.view.KeyEvent as static final.
If you type [space key], [enter key] or [backspace key], the list will be refreshed.
Cheers,