summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-01-25 12:33:50 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-01-25 12:33:50 -0800
commit561a434b9769217b8936eea40b564bb9615f1a12 (patch)
treef801e167b9677e060ff749dee36b06fb829562c7 /data
parentbb37b6477fe76a045654290f2b998a61ff2632b9 (diff)
parent76646cef5fea10ec64b804bb3c640c6a545395f5 (diff)
downloadframeworks_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.idc2
-rw-r--r--data/keyboards/qwerty2.idc2
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