keysymdef.h: delete four symbolic names that serve no purpose
Ten years ago, in commit 6d4acb0e, these four keysyms were added to support new compose sequences that then could be typed with the newish German T3 layout -- or at least, that was the intention.
The commit was in response to https://bugs.freedesktop.org/62189, right before I retracted the patch after learning that there are no precomposed characters that use those four symbols as diacritics.
The commit should have been reverted then, but... it lingered and was forgotten. No layout in xkeyboard-config uses these symbols (obviously, as they serve no purpose) and meanwhile the T3 layout itself has become obsolete [1], so... it's time to clean up.
[1] https://de.wikipedia.org/wiki/DIN_2137#Neufassung_2018
"die Belegung T3 wird nicht mehr definiert, da die Erfahrung gezeigt hat, dass eine solche Tastatur ohnehin nicht produziert wird"
Signed-off-by: Benno Schulenberg bensberg@telfort.nl
Merge request reports
Activity
requested review from @alanc
I'm at the moment working on some feature addition in FDBuild. It looks like Qt was referencing these symbols: https://gitlab.com/romangg/fdbuild/-/jobs/5292961766#L1078
A fix for that has landed in Qt some days ago though. Currently I'm trying to find out why my Qt 6 build still fails with this fix on Qt master/dev.
Anyway I'm just chiming in to let you know that the symbols were "used" in the sense of being referenced in some downstream projects and people having to put in work afterwards to adapt to it.
Well, if Qt somehow needs to make local copies of many of the Xorgproto key names, then it should keep a close watch on the
keysymdef.h
file, because symbols may get added, removed, or renamed.For example,
dead_hamza
was recently added, and will soon be used in an xkeyboard-config layout, and if Qt doesn't recognize it...Another example:
dead_small_schwa
anddead_capital_schwa
got better names, and one day the old names will be deleted.
mentioned in merge request !83 (merged)