From e4cb49c452a2d9bfc547c07e483ca113cc1e626d Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Mon, 11 Oct 2010 11:29:33 -0700 Subject: [PATCH] Volume keys need to be wake keys in order for them to work when the screen is off. Bug: 3083496 Change-Id: I9b456cf002a8a9d953d631c163054f8ccc9572fa --- emulator/keymaps/qwerty.kl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emulator/keymaps/qwerty.kl b/emulator/keymaps/qwerty.kl index 692a4acc3..201c79836 100644 --- a/emulator/keymaps/qwerty.kl +++ b/emulator/keymaps/qwerty.kl @@ -29,8 +29,8 @@ key 103 DPAD_UP WAKE_DROPPED key 102 HOME WAKE key 105 DPAD_LEFT WAKE_DROPPED key 106 DPAD_RIGHT WAKE_DROPPED -key 115 VOLUME_UP -key 114 VOLUME_DOWN +key 115 VOLUME_UP WAKE +key 114 VOLUME_DOWN WAKE key 116 POWER WAKE key 212 CAMERA -- 2.11.0