diff options
author | Benno Schulenberg <bensberg@telfort.nl> | 2023-03-23 16:34:41 +0100 |
---|---|---|
committer | Benno Schulenberg <bensberg@telfort.nl> | 2023-04-13 16:13:17 +0200 |
commit | cb44799b72f611eb4c9d7cc185bc3b09e070be08 (patch) | |
tree | 8dc36954c0462a38a779fb5af4f532c8d3ff51cc | |
parent | fca42f2e5a5da961b231dbbc10f87bb95588d5b1 (diff) |
keysymdef.h: delete four symbolic names that serve no purpose
Ten years ago, in commit 6d4acb0e3a, 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>
-rw-r--r-- | include/X11/keysymdef.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/X11/keysymdef.h b/include/X11/keysymdef.h index 7bb6ebf..deb82d3 100644 --- a/include/X11/keysymdef.h +++ b/include/X11/keysymdef.h @@ -414,12 +414,6 @@ SOFTWARE. #define XK_dead_belowcomma 0xfe6e #define XK_dead_currency 0xfe6f -/* extra dead elements for German T3 layout */ -#define XK_dead_lowline 0xfe90 -#define XK_dead_aboveverticalline 0xfe91 -#define XK_dead_belowverticalline 0xfe92 -#define XK_dead_longsolidusoverlay 0xfe93 - /* dead vowels for universal syllable entry */ #define XK_dead_a 0xfe80 #define XK_dead_A 0xfe81 |