Braille keysyms ?

Samuel Thibault samuel.thibault at ens-lyon.org
Sun Mar 12 06:30:51 PST 2006


Hi,

Daniel Stone, le Sat 11 Mar 2006 14:13:53 +0200, a écrit :
> Of course, I'm sure we could attach symbolic names to same if requested,
> but we'd need a list of symbolic names and codepoints.  Bonus points if
> it comes in the form of a patch to proto/X11/keysym.h adding #define
> XK_BRAILLE, and proto/X11/keysymdef.h adding #ifdef XK_BRAILLE\n#define
> XK_foo 0x1002801\n...\n#endif.

Before I submit the 256-lines patch, would the following name
conventions be OK? (I removed the unicode "pattern" word for shorter
names)

#define XK_braille_blank              0x1002800  /* U+2800 BRAILLE PATTERN BLANK */
...
#define XK_braille_dots_245678        0x10028fa  /* U+28fa BRAILLE PATTERN DOTS-245678 */
...

Regards,
Samuel



More information about the xorg mailing list