An open API service indexing awesome lists of open source software.

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.

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).