Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 490b2ba5 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by The Android Open Source Project
Browse files

AI 145382: API review: change new media keycode names to avoid ambiguity.

  Updates the key maps.  During this I noticed that the dream keymap didn't have all of the media buttons like the sapphire key map...!  So this is now changed to match.
  BUG=1779435

Automated import of CL 145382
parent cb5883ec
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -107,12 +107,12 @@ static const KeycodeLabel KEYCODES[] = {
    { "MENU", 82 },
    { "NOTIFICATION", 83 },
    { "SEARCH", 84 },
    { "PLAYPAUSE", 85 },
    { "STOP", 86 },
    { "NEXTSONG", 87 },
    { "PREVIOUSSONG", 88 },
    { "REWIND", 89 },
    { "FORWARD", 90 },
    { "MEDIA_PLAY_PAUSE", 85 },
    { "MEDIA_STOP", 86 },
    { "MEDIA_NEXT", 87 },
    { "MEDIA_PREVIOUS", 88 },
    { "MEDIA_REWIND", 89 },
    { "MEDIA_FAST_FORWARD", 90 },
    { "MUTE", 91 },

    // NOTE: If you add a new keycode here you must also add it to: