summaryrefslogtreecommitdiff
path: root/nls
diff options
context:
space:
mode:
authorAntti Savolainen <antti.savo@gmail.com>2023-08-17 18:25:20 +0300
committerBenno Schulenberg <bensberg@telfort.nl>2023-08-27 06:33:53 +0000
commit031e63060ed11eb8a876aac7515bc5a67371ed6b (patch)
tree56c2055ca4a144a7b84e924963fda835a9da43af /nls
parentdf2a18c4643bb4a50f2f795a75a905a1032a004a (diff)
nls: add a compose sequence with double dead_tilde for ≈ (almost equal to)
Some keyboards lack direct asciitilde and instead have only dead tilde. This compose sequence allows those keyboards to type the almost equal to sign.
Diffstat (limited to 'nls')
-rw-r--r--nls/en_US.UTF-8/Compose.pre1
1 files changed, 1 insertions, 0 deletions
diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre
index b8e4d661..e7519746 100644
--- a/nls/en_US.UTF-8/Compose.pre
+++ b/nls/en_US.UTF-8/Compose.pre
@@ -4991,6 +4991,7 @@ XCOMM Characters from "Mathematical Operators"
<Multi_key> <colon> <period> : "∴" U2234 # : . THEREFORE
<Multi_key> <period> <colon> : "∵" U2235 # . : BECAUSE
<Multi_key> <asciitilde> <asciitilde> : "≈" U2248 # ~ ~ ALMOST EQUAL TO
+<Multi_key> <dead_tilde> <dead_tilde> : "≈" U2248 # ~ ~ ALMOST EQUAL TO
<Multi_key> <equal> <underscore> : "≡" U2261 # = _ IDENTICAL TO
<Multi_key> <underscore> <U2260> : "≢" U2262 # _ ≠ NOT IDENTICAL TO
<Multi_key> <U2260> <underscore> : "≢" U2262 # ≠ _ NOT IDENTICAL TO