Skip to content

Commit

Permalink
Volume keys need to be wake keys in order for them to work when the s…
Browse files Browse the repository at this point in the history
…creen is off.

Bug: 3083496
Change-Id: I9b456cf002a8a9d953d631c163054f8ccc9572fa
  • Loading branch information
Joe Onorato authored and onoratoj committed Oct 11, 2010
1 parent eb69e78 commit e4cb49c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emulator/keymaps/qwerty.kl
Expand Up @@ -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

Expand Down

0 comments on commit e4cb49c

Please sign in to comment.