mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-06 10:18:01 +02:00
nls: add Multi-key sequences for abovedot, diaeresis, and ogonek
These accents by themselves could only be produced when one had a
dead key for them, not with the help of the Multi key.
[Note that the sequences <dead_acute> <space> for apostrophe (')
and <dead_diaeresis> <space> for double quote (") are anomalies,
as normally <dead_accent> <space> produces the accent itself.]
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
This commit is contained in:
parent
d323704e7c
commit
e6f98a3dbd
1 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ XCOMM UTF-8 (Unicode) Compose sequences
|
|||
XCOMM
|
||||
/* Originally by <David.Monniaux@ens.fr>. */
|
||||
|
||||
XCOMM Spacing versions of dead accents
|
||||
XCOMM Spacing versions of accents (mostly)
|
||||
<dead_tilde> <space> : "~" asciitilde # TILDE
|
||||
<dead_tilde> <dead_tilde> : "~" asciitilde # TILDE
|
||||
<Multi_key> <minus> <space> : "~" asciitilde # TILDE
|
||||
|
|
@ -31,7 +31,9 @@ XCOMM Spacing versions of dead accents
|
|||
<Multi_key> <parenleft> <space> : "˘" breve # BREVE
|
||||
<dead_abovedot> <space> : "˙" abovedot # DOT ABOVE
|
||||
<dead_abovedot> <dead_abovedot> : "˙" abovedot # DOT ABOVE
|
||||
<Multi_key> <period> <space> : "˙" abovedot # DOT ABOVE
|
||||
<dead_diaeresis> <dead_diaeresis> : "¨" diaeresis # DIAERESIS
|
||||
<Multi_key> <quotedbl> <space> : "¨" diaeresis # DIAERESIS
|
||||
<Multi_key> <quotedbl> <quotedbl> : "¨" diaeresis # DIAERESIS
|
||||
<dead_diaeresis> <space> : "\"" quotedbl # QUOTATION MARK
|
||||
<dead_doubleacute> <space> : "˝" U2dd # DOUBLE ACUTE ACCENT
|
||||
|
|
@ -47,6 +49,7 @@ XCOMM Spacing versions of dead accents
|
|||
<Multi_key> <comma> <comma> : "¸" cedilla # CEDILLA
|
||||
<dead_ogonek> <space> : "˛" ogonek # OGONEK
|
||||
<dead_ogonek> <dead_ogonek> : "˛" ogonek # OGONEK
|
||||
<Multi_key> <semicolon> <space> : "˛" ogonek # OGONEK
|
||||
<dead_iota> <space> : "ͺ" U37a # GREEK YPOGEGRAMMENI
|
||||
<dead_iota> <dead_iota> : "ͺ" U37a # GREEK YPOGEGRAMMENI
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue