am f0ea11d7: am 8b557459: Merge "Fix emulator touchscreen." into honeycomb

* commit 'f0ea11d7128f3e654d91683ea6efe59ac714b9ef':
  Fix emulator touchscreen.
diff --git a/data/keyboards/qwerty.idc b/data/keyboards/qwerty.idc
index 4cf0b84..375d785 100644
--- a/data/keyboards/qwerty.idc
+++ b/data/keyboards/qwerty.idc
@@ -16,6 +16,9 @@
 # Emulator keyboard configuration file #1.
 #
 
+touch.deviceType = touchScreen
+touch.orientationAware = 1
+
 keyboard.layout = qwerty
 keyboard.characterMap = qwerty
 keyboard.orientationAware = 1
diff --git a/data/keyboards/qwerty2.idc b/data/keyboards/qwerty2.idc
index 2e5a938..369205e 100644
--- a/data/keyboards/qwerty2.idc
+++ b/data/keyboards/qwerty2.idc
@@ -16,6 +16,9 @@
 # Emulator keyboard configuration file #2.
 #
 
+touch.deviceType = touchScreen
+touch.orientationAware = 1
+
 keyboard.layout = qwerty
 keyboard.characterMap = qwerty2
 keyboard.orientationAware = 1