From f9a22d9f68c6205008c8957403372933b23186ee Mon Sep 17 00:00:00 2001 From: Kilian Evang Date: Fri, 6 Sep 2013 23:00:27 +0200 Subject: [PATCH] removed conflicting and redundant sequence for horizontal ellipsis --- dotXCompose | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dotXCompose b/dotXCompose index 78e2f02..7957ea1 100644 --- a/dotXCompose +++ b/dotXCompose @@ -11,12 +11,13 @@ include "%L" # emit(' '.join("<%s>" % char for char in str(num)), 0x245f + num, word) # Custom additions: Typography - : "…" U2026 # HORIZONTAL ELLIPSIS +# Already present for me as : +# : "…" U2026 # HORIZONTAL ELLIPSIS : "⋮" U22EE # VERTICAL ELLIPSIS : "⋯" U22EF # MIDLINE HORIZONTAL ELLIPSIS : "⋰" U22F0 # UP RIGHT DIAGONAL ELLIPSIS # To avoid conflict with \. for combining dot above. -# : "⋱" U22F1 # DOWN RIGHT DIAGONAL ELLIPSIS +# : "⋱" U22F1 # DOWN RIGHT DIAGONAL ELLIPSIS : "⋱" U22F1 # DOWN RIGHT DIAGONAL ELLIPSIS : "⁒" U2052 # COMMERCIAL MINUS SIGN # Printable sign for space. But is \ too useful a key combo to use