diff options
author | Jeff Brown <jeffbrown@google.com> | 2011-11-28 12:59:11 -0800 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2011-11-29 12:17:22 -0800 |
commit | 6651a638348c15e89e265b0a53c775cac9beafa2 (patch) | |
tree | f42e59d99363cada07cdb6f4bff69fa51bfae2ad /data/keyboards | |
parent | 500afb87a7a8b5928ef1a5196bdfd0bcc2b87e4a (diff) | |
download | frameworks_base-6651a638348c15e89e265b0a53c775cac9beafa2.zip frameworks_base-6651a638348c15e89e265b0a53c775cac9beafa2.tar.gz frameworks_base-6651a638348c15e89e265b0a53c775cac9beafa2.tar.bz2 |
Fix application launch shortcuts.
Improved quick launch bookmarks to support category-based shortcuts
instead of hardcoding package and class names for all apps.
Added a set of Intent categories for typical applications on the
platform.
Added support for some of the HID application launch usages to
reduce reliance on quick launch for special purpose keys. Some
keyboard vendors have hardcoded launch keys that synthesize
"Search + X" type key combos. The goal is to encourage them
to stop doing this by implementing more of HID.
Bug: 5674723
Change-Id: I79f1147c65a208efc3f67228c9f0fa5cd050c593
Diffstat (limited to 'data/keyboards')
-rw-r--r-- | data/keyboards/Generic.kl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/data/keyboards/Generic.kl b/data/keyboards/Generic.kl index 10de6ac..fdd9040 100644 --- a/data/keyboards/Generic.kl +++ b/data/keyboards/Generic.kl @@ -159,7 +159,7 @@ key 128 MEDIA_STOP # key 137 "KEY_CUT" # key 138 "KEY_HELP" key 139 MENU WAKE_DROPPED -# key 140 "KEY_CALC" +key 140 CALCULATOR # key 141 "KEY_SETUP" key 142 POWER WAKE key 143 POWER WAKE @@ -190,7 +190,7 @@ key 167 MEDIA_RECORD key 168 MEDIA_REWIND key 169 CALL # key 170 "KEY_ISO" -# key 171 "KEY_CONFIG" +key 171 MUSIC key 172 HOME # key 173 "KEY_REFRESH" # key 174 "KEY_EXIT" @@ -232,7 +232,7 @@ key 208 MEDIA_FAST_FORWARD # key 210 "KEY_PRINT" # key 211 "KEY_HP" key 212 CAMERA -# key 213 "KEY_SOUND" +key 213 MUSIC # key 214 "KEY_QUESTION" key 215 ENVELOPE # key 216 "KEY_CHAT" @@ -344,7 +344,7 @@ key 377 TV # key 394 "KEY_DIRECTORY" # key 395 "KEY_LIST" # key 396 "KEY_MEMO" -# key 397 "KEY_CALENDAR" +key 397 CALENDAR # key 398 "KEY_RED" # key 399 "KEY_GREEN" # key 400 "KEY_YELLOW" @@ -364,6 +364,7 @@ key 403 CHANNEL_DOWN # key 414 "KEY_TEEN" # key 415 "KEY_TWEN" +key 429 CONTACTS # key 448 "KEY_DEL_EOL" # key 449 "KEY_DEL_EOS" |