mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 10:58:19 +02:00
nls: add a compose sequence for the middle dot (·) using dead_circumflex
This makes the middle dot compose sequences consistent with others that begin with <dead_circumflex> and <Multi_key> <asciicircum>, e.g. superscripted 3 (³) Signed-off-by: ArenaL5 <arenal5@protonmail.com>
This commit is contained in:
parent
1adb531cd5
commit
86e9749ef3
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ XCOMM Spaces
|
|||
<Multi_key> <period> <minus> : "·" periodcentered # MIDDLE DOT
|
||||
<Multi_key> <period> <asciicircum> : "·" periodcentered # MIDDLE DOT
|
||||
<Multi_key> <asciicircum> <period> : "·" periodcentered # MIDDLE DOT
|
||||
<dead_circumflex> <period> : "·" periodcentered # MIDDLE DOT
|
||||
<Multi_key> <period> <equal> : "•" enfilledcircbullet # BULLET
|
||||
<Multi_key> <exclam> <asciicircum> : "¦" brokenbar # BROKEN BAR
|
||||
<Multi_key> <exclam> <exclam> : "¡" exclamdown # INVERTED EXCLAMATION MARK
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue