mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 13:18:04 +02:00
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>
This commit is contained in:
parent
623b77d4f3
commit
336e8f7255
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue