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:
ArenaL5 2022-01-15 16:20:56 +01:00
parent 1adb531cd5
commit 86e9749ef3

View file

@ -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