From 76646cef5fea10ec64b804bb3c640c6a545395f5 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Mon, 24 Jan 2011 17:38:51 -0800 Subject: Fix emulator trackball. Bug: 3369229 Change-Id: I97ce0ac664636224decb040c743704dfcbd90c81 --- data/keyboards/qwerty.idc | 2 ++ data/keyboards/qwerty2.idc | 2 ++ 2 files changed, 4 insertions(+) (limited to 'data') 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 -- cgit v1.1