summaryrefslogtreecommitdiffstats
path: root/include/ui/KeycodeLabels.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui/KeycodeLabels.h')
-rwxr-xr-xinclude/ui/KeycodeLabels.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/ui/KeycodeLabels.h b/include/ui/KeycodeLabels.h
index a443232..dde50f7 100755
--- a/include/ui/KeycodeLabels.h
+++ b/include/ui/KeycodeLabels.h
@@ -242,6 +242,19 @@ static const KeycodeLabel KEYCODES[] = {
{ "BRIGHTNESS_UP", 215 },
{ "BRIGHTNESS_AUTO", 216 },
{ "SCREENSHOT", 217 },
+ { "FUNC_1", 218 },
+ { "FUNC_2", 219 },
+ { "FUNC_3", 220 },
+ { "FUNC_4", 221 },
+ { "FUNC_5", 222 },
+ { "FUNC_6", 223 },
+ { "FUNC_7", 224 },
+ { "FUNC_8", 225 },
+ { "USER1", 226 },
+ { "USER2", 227 },
+ { "USER3", 228 },
+ { "USER4", 229 },
+ { "USER5", 230 },
// 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.