https://bugs.kde.org/show_bug.cgi?id=433728
Bug ID: 433728
Summary: tastenbrett: fix some symbols not showing
Product: systemsettings
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: kcm_keyboard
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 136244
--> https://bugs.kde.org/attachment.cgi?id=136244&action=edit
Patch to kcms/keyboard/tastenbrett/key.cpp
In the keyboard preview, most diacritics from the internal QHash<unsigned long,
char> deadMap don't show up, since their value doesn't fit on a char.
On my system, non-spacing diacritics don't show up after fixing that. Unicode
recommends applying them to NBSP to exhibit them in isolation. However, doing
that, I get the diacritic applied to what appears to be the replacement
character (the enclosed interrogation thingie).
Also "_" doesn't appear, since it is turned to a blank by the logic to turn
"Control_L" to "Control L".
--
You are receiving this mail because:
You are watching all bug changes.