[PATCH xproto] Add XF86XK_Keyboard

Christian Kellner ckellner at redhat.com
Wed Apr 19 13:26:41 UTC 2017


From: Christian Kellner <christian at kellner.me>

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 at kellner.me>
---
 XF86keysym.h | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
2.9.3



More information about the xorg-devel mailing list