xorgproto: missing _EVDEVK() entries for some keys

2024-12-16 Thread Oliver Gerlich
Hello, in xorgproto project in include/X11/XF86keysym.h file there are some keys for which no _EVDEVK(...) line exists. E.g. for the subtitle key there is only this line: #define XF86XK_Subtitle 0x1008ff9a /* cycle through subtitle */ But there is no line like this: #def

Re: xorgproto: missing _EVDEVK() entries for some keys

2024-12-16 Thread Peter Hutterer
On Sun, Dec 15, 2024 at 07:00:12PM +0100, Oliver Gerlich wrote: > Hello, > > in xorgproto project in include/X11/XF86keysym.h file there are some > keys for which no _EVDEVK(...) line exists. E.g. for the subtitle key > there is only this line: > > > #define XF86XK_Subtitle 0x1008ff9