Locale:
$ localectl status
System Locale: LANG=en_GB.UTF-8
VC Keymap: gb
X11 Layout: gb
In my ~/.XCompose
, I have the following
include "%L"
# Approximate Sign
## Refer: [Difference between "≈", "≃", and "≅" - Mathematics Stack Exchange](https://math.stackexchange.com/questions/864606/difference-between-%E2%89%88-%E2%89%83-and-%E2%89%85)
<Multi_key> <asciitilde> <asciitilde> : "≈" # almost equal to (U+2248)
<Multi_key> <equal> <asciitilde> : "≃" # asymptotically equal to, congruent (U+2243)
<Multi_key> <equal> <equal> <asciitilde> : "≅" # approximately equal to (U+2245)
Help Request
- But only
≈
works! Any suggestions on why the sequence with<equal>
doesn’t work? - I checked
xmodmap -pke
and=
is refered asequal
so I used this keyword in~/.XCompose
, is this how one is suppose to name the symbols in this file?