https://github.com/pocmo/keycode
A simple Android application to show the KeyCode of the pressed keys.
https://github.com/pocmo/keycode
Last synced: 9 months ago
JSON representation
A simple Android application to show the KeyCode of the pressed keys.
- Host: GitHub
- URL: https://github.com/pocmo/keycode
- Owner: pocmo
- Created: 2010-06-26T18:25:41.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-07-01T16:51:40.000Z (almost 16 years ago)
- Last Synced: 2025-07-12T15:36:33.779Z (11 months ago)
- Language: Java
- Homepage: http://www.pocmo.de
- Size: 97.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
An Android application for displaying the KeyCodes of pressed keys.
This application is mostly for debugging purposes.
Non default behavior found up to now:
- The Enter key on the Motorola Milestone does only send a key down event (KeyEvent.ACTION_DOWN) and
no key up event (KeyEvent.ACTION_UP).