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

Commit 30f71ce5 authored by The Android Open Source Project's avatar The Android Open Source Project
Browse files

merge from open-source master

Change-Id: Ia9e1f4e049f5870386ea29ddb6e3ef028ea918da
parents 96bbb9e9 031dd9e2
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[] = {