[xproto] Add XF86XK_Keyboard

Hans de Goede hdegoede at redhat.com
Wed May 10 13:25:25 UTC 2017


Hi,

On 19-04-17 15:26, Christian Kellner wrote:
> 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>

Since Peter said he was going to push this patch and I'm preparing
a patch adding some more symbols which would conflict I've gone ahead
and pushed this patch.

Regards,

Hans


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


More information about the xorg-devel mailing list