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

Commit 031dd9e2 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Code Review
Browse files

Merge "Add new keycodes for the convenience of Japanese IMEs"

parents 873a3772 ef1c5c31
Loading
Loading
Loading
Loading

include/ui/KeycodeLabels.h

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


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


static const KeycodeLabel FLAGS[] = {
static const KeycodeLabel FLAGS[] = {