diff options
author | Jeff Brown <jeffbrown@google.com> | 2012-06-14 11:29:03 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-06-14 11:29:03 -0700 |
commit | b1bdf3858e37fe7a0fb26e736b6764452a835417 (patch) | |
tree | 6799eedba2800779cbd6ce06dcfa31f365000d10 | |
parent | 907fa5537635e65edafff793f4c85336f3db05b2 (diff) | |
parent | da0d2b9b71d745653495bbe5204b8b7f057a24ac (diff) | |
download | device_samsung_crespo-b1bdf3858e37fe7a0fb26e736b6764452a835417.zip device_samsung_crespo-b1bdf3858e37fe7a0fb26e736b6764452a835417.tar.gz device_samsung_crespo-b1bdf3858e37fe7a0fb26e736b6764452a835417.tar.bz2 |
Merge "Remap SEARCH key to ASSIST." into jb-dev
-rw-r--r-- | cypress-touchkey.kl | 2 | ||||
-rw-r--r-- | mxt224_ts_input.kl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cypress-touchkey.kl b/cypress-touchkey.kl index c884476..386bcab 100644 --- a/cypress-touchkey.kl +++ b/cypress-touchkey.kl @@ -15,4 +15,4 @@ key 139 MENU VIRTUAL key 102 HOME VIRTUAL key 158 BACK VIRTUAL -key 217 SEARCH VIRTUAL +key 217 ASSIST VIRTUAL diff --git a/mxt224_ts_input.kl b/mxt224_ts_input.kl index bea3f40..87a756c 100644 --- a/mxt224_ts_input.kl +++ b/mxt224_ts_input.kl @@ -14,5 +14,5 @@ key 158 BACK WAKE key 139 MENU WAKE -key 217 SEARCH WAKE +key 217 ASSIST WAKE key 102 HOME WAKE |