From 77ef8b50616dc21f02dc09d77bfdcda166d24a74 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Wed, 26 Jan 2011 10:40:10 -0800 Subject: [PATCH] Fix emulator touchscreen. Bug: 3393763 Change-Id: Ief16640344d61d283aac08ef4b53e85d7ee3c73f --- data/keyboards/qwerty.idc | 3 +++ data/keyboards/qwerty2.idc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/data/keyboards/qwerty.idc b/data/keyboards/qwerty.idc index 4cf0b84625b26..375d78576548e 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 2e5a9381d6681..369205ea3f983 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