diff options
author | Jeff Brown <jeffbrown@google.com> | 2011-01-25 12:33:50 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-01-25 12:33:50 -0800 |
commit | 561a434b9769217b8936eea40b564bb9615f1a12 (patch) | |
tree | f801e167b9677e060ff749dee36b06fb829562c7 /data | |
parent | bb37b6477fe76a045654290f2b998a61ff2632b9 (diff) | |
parent | 76646cef5fea10ec64b804bb3c640c6a545395f5 (diff) | |
download | frameworks_base-561a434b9769217b8936eea40b564bb9615f1a12.zip frameworks_base-561a434b9769217b8936eea40b564bb9615f1a12.tar.gz frameworks_base-561a434b9769217b8936eea40b564bb9615f1a12.tar.bz2 |
Merge "Fix emulator trackball." into honeycomb
Diffstat (limited to 'data')
-rw-r--r-- | data/keyboards/qwerty.idc | 2 | ||||
-rw-r--r-- | data/keyboards/qwerty2.idc | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/data/keyboards/qwerty.idc b/data/keyboards/qwerty.idc index 129b0bc..4cf0b84 100644 --- a/data/keyboards/qwerty.idc +++ b/data/keyboards/qwerty.idc @@ -21,3 +21,5 @@ keyboard.characterMap = qwerty keyboard.orientationAware = 1 keyboard.builtIn = 1 +cursor.mode = navigation +cursor.orientationAware = 1 diff --git a/data/keyboards/qwerty2.idc b/data/keyboards/qwerty2.idc index 1a795c6..2e5a938 100644 --- a/data/keyboards/qwerty2.idc +++ b/data/keyboards/qwerty2.idc @@ -21,3 +21,5 @@ keyboard.characterMap = qwerty2 keyboard.orientationAware = 1 keyboard.builtIn = 1 +cursor.mode = navigation +cursor.orientationAware = 1 |