mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 08:38:04 +02:00
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:
parent
df2a18c464
commit
031e63060e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue