diff options
| author | 2011-01-25 12:33:50 -0800 | |
|---|---|---|
| committer | 2011-01-25 12:33:50 -0800 | |
| commit | 561a434b9769217b8936eea40b564bb9615f1a12 (patch) | |
| tree | f801e167b9677e060ff749dee36b06fb829562c7 | |
| parent | bb37b6477fe76a045654290f2b998a61ff2632b9 (diff) | |
| parent | 76646cef5fea10ec64b804bb3c640c6a545395f5 (diff) | |
Merge "Fix emulator trackball." into honeycomb
| -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 129b0bca2b3f..4cf0b84625b2 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 1a795c6c0be2..2e5a9381d668 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 |