summaryrefslogtreecommitdiff
path: root/nls/en_US.UTF-8
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-02-20 15:06:02 +0100
committerBenno Schulenberg <bensberg@telfort.nl>2022-02-20 15:20:52 +0100
commit336e8f72559b489396c5cd503c4586ef800c2a8f (patch)
treec58fa3941455d39dc2aab8c969f05e74ff5bfc40 /nls/en_US.UTF-8
parent623b77d4f30b47258a40f89262e5aa5d25e95fa7 (diff)
downloadxorg-lib-libX11-336e8f72559b489396c5cd503c4586ef800c2a8f.tar.gz
nls: add compose sequences for leftward, upward and downward double arrow
These sequences follow the logic of: the arrow shaft (=) first, the arrow head (< or > or ^ or v) second. This is so because the sequence <= is already taken for ≤, and there is no obvious ASCII character for a double vertical line, so we have to make do with a horizontal one. Since commit 6101b967b6 from eight years ago, there is a compose sequence for the rightward double arrow, but not for the other three directions. This fixes issue #138. Requested-by: Mélanie Chauvel Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'nls/en_US.UTF-8')
-rw-r--r--nls/en_US.UTF-8/Compose.pre3
1 files changed, 3 insertions, 0 deletions
diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre
index f9da20a3..bbbaea96 100644
--- a/nls/en_US.UTF-8/Compose.pre
+++ b/nls/en_US.UTF-8/Compose.pre
@@ -4527,7 +4527,10 @@ XCOMM Arrows
<Multi_key> <minus> <greater> : "→" U2192 # RIGHTWARDS ARROW
<Multi_key> <bar> <v> : "↓" U2193 # DOWNWARDS ARROW
<Multi_key> <v> <bar> : "↓" U2193 # DOWNWARDS ARROW
+<Multi_key> <equal> <less> : "⇐" U21D0 # LEFTWARDS DOUBLE ARROW
+<Multi_key> <equal> <asciicircum> : "⇑" U21D1 # UPWARDS DOUBLE ARROW
<Multi_key> <equal> <greater> : "⇒" U21D2 # RIGHTWARDS DOUBLE ARROW
+<Multi_key> <equal> <v> : "⇓" U21D3 # DOWNWARDS DOUBLE ARROW
XCOMM Mathematical Operators
<Multi_key> <U2203> <U0338> : "∄" U2204 # THERE DOES NOT EXIST