Files
frameworks_base/core/java/android/view
Jeff Brown 49ed71db42 Add support for fallback keycodes.
This change enables the framework to synthesize key events to implement
default behavior when an application does not handle a key.
For example, this change enables numeric keypad keys to perform
their associated special function when numlock is off.

The application is informed that it is processing a fallback keypress
so it can choose to ignore it.

Added a new keycode for switching applications.

Added ALT key deadkeys.

New default key mappings:
- ESC -> BACK
- Meta+ESC -> HOME
- Alt+ESC -> MENU
- Meta+Space -> SEARCH
- Meta+Tab -> APP_SWITCH

Fixed some comments.
Fixed some tests.

Change-Id: Id7f3b6645f3a350275e624547822f72652f3defe
2010-12-07 17:35:26 -08:00
..
2010-11-28 18:28:57 -08:00
2010-08-16 13:30:20 -07:00
2010-09-14 20:46:14 -07:00
2010-10-04 18:29:09 -07:00
2010-12-07 17:35:26 -08:00
2010-12-01 11:41:42 -08:00
2010-11-24 11:13:44 -08:00