diff options
| author | 2009-04-13 16:11:55 -0700 | |
|---|---|---|
| committer | 2009-04-13 16:11:55 -0700 | |
| commit | 2f6d8816871519a88cb0ed3bf4861e153f5031e0 (patch) | |
| tree | 381d9f9cc7f7ab5845d1c522cf7954dc27930259 /include/ui/KeycodeLabels.h | |
| parent | 4ec21527096d0dcaa99634e6058aca3a415461af (diff) | |
AI 145994: Integrate #145778 from Donut.
Automated import of CL 145994
Diffstat (limited to 'include/ui/KeycodeLabels.h')
| -rw-r--r-- | include/ui/KeycodeLabels.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/ui/KeycodeLabels.h b/include/ui/KeycodeLabels.h index efa6d2bdd3..571e47b22d 100644 --- a/include/ui/KeycodeLabels.h +++ b/include/ui/KeycodeLabels.h @@ -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: |