On Thu, 2002-11-14 at 07:43, Emil Soleyman-Zomalan wrote: > I've been working recently on adding Syriac keyboard support to xkb. > I've created a standard Syriac keyboard map (a phonetic one is in the > works) along with the needed keysyms to be placed in keysymdef.h
Hi. Adding new keysms is the Wrong Thing To Do if these keysyms correspond 1:1 with Unicode characters. Just directly reference the Unicode characters. For example, keysm 0x1000710 is equivilant to Syriac Alaph. In any event, your keysyms are probably of the wrong format - for example, 0x07xx is reserved for Greek. -- Abigail Brady <[EMAIL PROTECTED]> _______________________________________________ I18n mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/i18n
