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.
This commit is contained in:
Antti Savolainen 2023-08-17 18:25:20 +03:00 committed by Benno Schulenberg
parent df2a18c464
commit 031e63060e

View file

@ -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