<div dir="ltr"><div><div><div><div><div><div>Hi<br><br></div>I work to make a patch to add new keysym names to this file:<br><a href="http://cgit.freedesktop.org/xorg/proto/x11proto/tree/keysymdef.h">http://cgit.freedesktop.org/xorg/proto/x11proto/tree/keysymdef.h</a><br><br></div>I noticed that unicode 01b1 is listed like this:<br><br>#define XK_aogonek                       0x01b1  /* U+0105 LATIN SMALL LETTER A WITH OGONEK */<br><br></div>However, unicode 01b1 is in fact the <a href="https://en.wikipedia.org/wiki/%C6%B1">capital version of latin upsilon</a>, so it should be Ʊ.<br></div><div><br></div><div>Or is the number on the side '0x01b1' not a unicode? And if so, how can I find out what code to use for different unicodes?<br></div><br></div><div>As example, I want to add open E, can I add it like this?<br><br>#define XK_open_e                            0x025B  /* U+025B LATIN SMALL LETTER OPEN E */<br></div></div></div>