mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 14:28:05 +02:00
nls: delete six compose sequences that cannot be typed
None of the layouts in xkeyboard-config contain `Ohook` or `Uhook` or `U+01D3` (U with caron) nor their lowercase forms, so these six sequences cannot be typed on any known keyboard. (Also, the target characters of the sequences with hook and horn seem to occur only in Vietnamese, where the horn is part of the vowel and the hook is a tonal mark. All Vietnamese layouts in xkeyboard-config contain `Ohorn` and `Uhorn`, and then the five tonal marks as dead keys, `dead_hook` among them. It does not make sense to want to apply a horn to a vowel that already has a tonal mark, nor is it possible with the Vietnamese layouts.) Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
This commit is contained in:
parent
35d9621d78
commit
616701317e
1 changed files with 0 additions and 6 deletions
|
|
@ -4678,8 +4678,6 @@ XCOMM French-Dvorak Bépo compositions
|
|||
<dead_diaeresis> <iacute> : "ḯ" U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE
|
||||
<dead_diaeresis> <Uacute> : "Ǘ" U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE
|
||||
<dead_diaeresis> <uacute> : "ǘ" U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE
|
||||
<dead_diaeresis> <U01D3> : "Ǚ" U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON
|
||||
<dead_diaeresis> <U01D4> : "ǚ" U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON
|
||||
<dead_diaeresis> <Ugrave> : "Ǜ" U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE
|
||||
<dead_diaeresis> <ugrave> : "ǜ" U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE
|
||||
<dead_diaeresis> <nobreakspace> : "̈" U0308 # COMBINING DIAERESIS
|
||||
|
|
@ -4776,14 +4774,10 @@ XCOMM French-Dvorak Bépo compositions
|
|||
<dead_horn> <oacute> : "ớ" ohornacute # LATIN SMALL LETTER O WITH HORN AND ACUTE
|
||||
<dead_horn> <Ograve> : "Ờ" Ohorngrave # LATIN CAPITAL LETTER O WITH HORN AND GRAVE
|
||||
<dead_horn> <ograve> : "ờ" ohorngrave # LATIN SMALL LETTER O WITH HORN AND GRAVE
|
||||
<dead_horn> <Ohook> : "Ở" Ohornhook # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE
|
||||
<dead_horn> <ohook> : "ở" ohornhook # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE
|
||||
<dead_horn> <Uacute> : "Ứ" Uhornacute # LATIN CAPITAL LETTER U WITH HORN AND ACUTE
|
||||
<dead_horn> <uacute> : "ứ" uhornacute # LATIN SMALL LETTER U WITH HORN AND ACUTE
|
||||
<dead_horn> <Ugrave> : "Ừ" Uhorngrave # LATIN CAPITAL LETTER U WITH HORN AND GRAVE
|
||||
<dead_horn> <ugrave> : "ừ" uhorngrave # LATIN SMALL LETTER U WITH HORN AND GRAVE
|
||||
<dead_horn> <Uhook> : "Ử" Uhornhook # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE
|
||||
<dead_horn> <uhook> : "ử" uhornhook # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE
|
||||
<dead_horn> <dead_horn> : "̛" U031B # COMBINING HORN
|
||||
<dead_horn> <nobreakspace> : "̛" U031B # COMBINING HORN
|
||||
<dead_horn> <space> : "̛" U031B # COMBINING HORN
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue