diff options
author | Joe Onorato <joeo@android.com> | 2010-10-11 11:29:33 -0700 |
---|---|---|
committer | Joe Onorato <joeo@google.com> | 2010-10-11 15:22:18 -0700 |
commit | e4cb49c452a2d9bfc547c07e483ca113cc1e626d (patch) | |
tree | 236e19f6e10e36cf4e96ecb0b32e6471c4a19999 /emulator | |
parent | eb69e7841d4dc58a701bcaa31580b69aed7defed (diff) | |
download | sdk-e4cb49c452a2d9bfc547c07e483ca113cc1e626d.zip sdk-e4cb49c452a2d9bfc547c07e483ca113cc1e626d.tar.gz sdk-e4cb49c452a2d9bfc547c07e483ca113cc1e626d.tar.bz2 |
Volume keys need to be wake keys in order for them to work when the screen is off.
Bug: 3083496
Change-Id: I9b456cf002a8a9d953d631c163054f8ccc9572fa
Diffstat (limited to 'emulator')
-rw-r--r-- | emulator/keymaps/qwerty.kl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulator/keymaps/qwerty.kl b/emulator/keymaps/qwerty.kl index 692a4ac..201c798 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 |