diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-02-12 03:36:36 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-02-12 03:36:36 +0000 |
commit | 63d22e782f115c2e55a3886cc577b038408f2145 (patch) | |
tree | fc3db6b8565495d102315ae28122e19024627630 | |
parent | c3e6624351c79cca6bfcfce4043e7d9e5ba6c7b2 (diff) |
Update uinput.h with extra key definitions
-rw-r--r-- | common/uinput.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/uinput.h b/common/uinput.h index 5f11ee24..dca87829 100644 --- a/common/uinput.h +++ b/common/uinput.h @@ -262,6 +262,7 @@ extern "C" { #define KEY_PROG4 203 #define KEY_SUSPEND 205 #define KEY_CLOSE 206 +#define KEY_PLAY 207 #define KEY_UNKNOWN 220 @@ -406,6 +407,10 @@ extern "C" { #define KEY_TEEN 0x19e #define KEY_TWEN 0x19f +#define KEY_FRAMEBACK 0x1b2 +#define KEY_FRAMEFORWARD 0x1b3 +#define KEY_CONTEXT_MENU 0x1fb + #define KEY_MAX 0x1ff /* Relative axes */ |