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

Commit a92d9341 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add support for Scarlatti top row virtual key event keycodes" into main

parents f47bd5da 952e9afd
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -111,6 +111,7 @@ public final class VirtualKeyEvent implements Parcelable {
            KeyEvent.KEYCODE_F10,
            KeyEvent.KEYCODE_F11,
            KeyEvent.KEYCODE_F12,
            KeyEvent.KEYCODE_F13,
            KeyEvent.KEYCODE_NUMPAD_0,
            KeyEvent.KEYCODE_NUMPAD_1,
            KeyEvent.KEYCODE_NUMPAD_2,
@@ -171,7 +172,20 @@ public final class VirtualKeyEvent implements Parcelable {
            KeyEvent.KEYCODE_ESCAPE,
            KeyEvent.KEYCODE_BREAK,
            KeyEvent.KEYCODE_BACK,
            KeyEvent.KEYCODE_HOME,
            KeyEvent.KEYCODE_RECENT_APPS,
            KeyEvent.KEYCODE_FORWARD,
            KeyEvent.KEYCODE_FULLSCREEN,
            KeyEvent.KEYCODE_SCREENSHOT,
            KeyEvent.KEYCODE_BRIGHTNESS_DOWN,
            KeyEvent.KEYCODE_BRIGHTNESS_UP,
            KeyEvent.KEYCODE_KEYBOARD_BACKLIGHT_TOGGLE,
            KeyEvent.KEYCODE_KEYBOARD_BACKLIGHT_DOWN,
            KeyEvent.KEYCODE_KEYBOARD_BACKLIGHT_UP,
            KeyEvent.KEYCODE_DICTATE,
            KeyEvent.KEYCODE_VOLUME_MUTE,
            KeyEvent.KEYCODE_VOLUME_DOWN,
            KeyEvent.KEYCODE_VOLUME_UP,
            KeyEvent.KEYCODE_LANGUAGE_SWITCH,
    })
    @Retention(RetentionPolicy.SOURCE)