| Summary: | serbian cyrillic keyboard gives zhe where it should give dze | ||
|---|---|---|---|
| Product: | xkeyboard-config | Reporter: | Stefan Dirsch <sndirsch> |
| Component: | General | Assignee: | xkb |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | medium | ||
| Version: | unspecified | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Attachments: | This file apparently allows direct specification in unicode. | ||
Patch is by Oliver Neukum <oneukum@suse.de>. |
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.
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.