diff options
author | Christian Kellner <christian@kellner.me> | 2017-04-19 15:26:41 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2017-05-10 15:23:21 +0200 |
commit | 9019240a9a5c869875ff6c5c28e6fca75fa90580 (patch) | |
tree | bf40030a140a1c40c7a4e8785a254f6e5db2b0fc /XF86keysym.h | |
parent | bc00b488cfc5e9efc2ed1fb4910b188d0ca20997 (diff) |
Add XF86XK_Keyboard
The 2017 Thinkpad models have a new hotkey with a keyboard symbols
on it, which is mapped to KEY_KEYBOARD in the kernel.
Signed-off-by: Christian Kellner <christian@kellner.me>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'XF86keysym.h')
-rw-r--r-- | XF86keysym.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/XF86keysym.h b/XF86keysym.h index 8b5646e..89d40b8 100644 --- a/XF86keysym.h +++ b/XF86keysym.h @@ -197,6 +197,8 @@ #define XF86XK_AudioMicMute 0x1008FFB2 /* Mute the Mic from the system */ +#define XF86XK_Keyboard 0x1008FFB3 /* User defined keyboard related action */ + /* Keys for special action keys (hot keys) */ /* Virtual terminals on some operating systems */ #define XF86XK_Switch_VT_1 0x1008FE01 |