diff options
-rw-r--r-- | dotXCompose | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotXCompose b/dotXCompose index 611311a..8a03796 100644 --- a/dotXCompose +++ b/dotXCompose @@ -40,7 +40,8 @@ include "%L" <Multi_key> <comma> <apostrophe> : "‚" U201A # SINGLE LOW-9 QUOTATION MARK (quote resembling a comma) <Multi_key> <comma> <quotedbl> : "„" U201E # DOUBLE LOW-9 QUOTATION MARK <Multi_key> <less> <bar> : "↵" U21B5 # DOWNWARDS ARROW WITH CORNER LEFTWARDS -<Multi_key> <o> <period> : "•" U2022 # BULLET +# The bullet was <o> <period>, but it clashes with ꙭ +<Multi_key> <asterisk> <1> : "•" U2022 # BULLET # By default <Multi_key> <period> <period> does this, but we broke that with the ... binding. <Multi_key> <o> <underscore> : "⁃" U2043 # HYPHEN BULLET <Multi_key> <o> <comma> : "·" periodcentered # MIDDLE DOT |