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

Commit 830b5c7e authored by The Android Open Source Project's avatar The Android Open Source Project Committed by Android Git Automerger
Browse files

am 579e08e6: am f7896449: merge from open-source master

parents b457889b ad3f4a45
Loading
Loading
Loading
Loading

include/ui/KeycodeLabels.h

100644 → 100755
+5 −1
Original line number Diff line number Diff line
@@ -116,6 +116,8 @@ static const KeycodeLabel KEYCODES[] = {
    { "MUTE", 91 },
    { "PAGE_UP", 92 },
    { "PAGE_DOWN", 93 },
    { "PICTSYMBOLS", 94 },
    { "SWITCH_CHARSET", 95 },

    // NOTE: If you add a new keycode here you must also add it to:
    //   (enum KeyCode, in this file)
@@ -222,7 +224,9 @@ typedef enum KeyCode {
    kKeyCodeForward = 90,
    kKeyCodeMute = 91,
    kKeyCodePageUp = 92,
    kKeyCodePageDown = 93
    kKeyCodePageDown = 93,
    kKeyCodePictSymbols = 94,
    kKeyCodeSwitchCharset = 95
} KeyCode;

static const KeycodeLabel FLAGS[] = {