diff options
author | Benno Schulenberg <bensberg@telfort.nl> | 2022-04-18 17:24:55 +0200 |
---|---|---|
committer | Benno Schulenberg <bensberg@telfort.nl> | 2022-04-18 17:27:41 +0200 |
commit | e6f98a3dbd82928e10adaf9d034dc574af1de6e5 (patch) | |
tree | 9eca904aebae5b112061a614c74e812047a724ad | |
parent | d323704e7c57f9ac7fdfea3dc9fa73bf943e72d3 (diff) |
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>
-rw-r--r-- | nls/en_US.UTF-8/Compose.pre | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre index 1954293c..ea87d842 100644 --- a/nls/en_US.UTF-8/Compose.pre +++ b/nls/en_US.UTF-8/Compose.pre @@ -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 |