Created attachment 72432 [details] This file apparently allows direct specification in unicode. The key (z on US keyboard) should give dze (Ѕ [capital] / ѕ) but it gives zhe (Ж [capital] / ж), which is thus available twice on the keyboard. Unfortunately the XK symbol has been declared as deprecated and now been used for a different XK symbol. /usr/include/X11/keysymdef.h: [...] #define XK_Cyrillic_dzhe 0x06af /* U+045F CYRILLIC SMALL LETTER DZHE */ #define XK_Serbian_dze 0x06af /* deprecated */ [...] I'm attaching a patch, which addresses this issue.
Patch is by Oliver Neukum <oneukum@suse.de>.
*** This bug has been marked as a duplicate of bug 68754 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.