diff options
Diffstat (limited to 'include/ui/KeycodeLabels.h')
-rwxr-xr-x | include/ui/KeycodeLabels.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/ui/KeycodeLabels.h b/include/ui/KeycodeLabels.h index c5bd0c5..a443232 100755 --- a/include/ui/KeycodeLabels.h +++ b/include/ui/KeycodeLabels.h @@ -235,6 +235,13 @@ static const KeycodeLabel KEYCODES[] = { { "CALENDAR", 208 }, { "MUSIC", 209 }, { "CALCULATOR", 210 }, + { "TOGGLE_WIFI", 211 }, + { "TOGGLE_BT", 212 }, + { "TOGGLE_TOUCHPAD", 213 }, + { "BRIGHTNESS_DOWN", 214 }, + { "BRIGHTNESS_UP", 215 }, + { "BRIGHTNESS_AUTO", 216 }, + { "SCREENSHOT", 217 }, // NOTE: If you add a new keycode here you must also add it to several other files. // Refer to frameworks/base/core/java/android/view/KeyEvent.java for the full list. |