diff options
| author | 2011-11-29 13:13:33 -0800 | |
|---|---|---|
| committer | 2011-11-29 13:13:33 -0800 | |
| commit | 191d77be36698752830278080d646a86eda98b51 (patch) | |
| tree | 0dcd17c48bccf60fb451597d6a0fb72fd0ac705e | |
| parent | cf3c682c88905ea204e8af21036b5ca2b73a6748 (diff) | |
| parent | 9ee44c8f9456a9fc49d78b24e8cdeb9efa632c41 (diff) | |
Merge "Fix application launch shortcuts." into ics-mr1
| -rwxr-xr-x | include/ui/KeycodeLabels.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ui/KeycodeLabels.h b/include/ui/KeycodeLabels.h index 2efe8ca0ee..c5bd0c5446 100755 --- a/include/ui/KeycodeLabels.h +++ b/include/ui/KeycodeLabels.h @@ -231,6 +231,10 @@ static const KeycodeLabel KEYCODES[] = { { "LANGUAGE_SWITCH", 204 }, { "MANNER_MODE", 205 }, { "3D_MODE", 206 }, + { "CONTACTS", 207 }, + { "CALENDAR", 208 }, + { "MUSIC", 209 }, + { "CALCULATOR", 210 }, // NOTE: If you add a new keycode here you must also add it to several other files. // Refer to frameworks/base/core/java/android/view/KeyEvent.java for the full list. |