From 87d7c19fb7f8e3081e6b8719a6c012d69372290a Mon Sep 17 00:00:00 2001 From: Mark Shoulson Date: Mon, 6 Mar 2017 10:08:17 -0500 Subject: Fixed some issues with double-circles, add a few more chars. --- dotXCompose | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dotXCompose') diff --git a/dotXCompose b/dotXCompose index e908211..0666a4c 100644 --- a/dotXCompose +++ b/dotXCompose @@ -24,6 +24,8 @@ include "%L" # <1> : "․" U2024 # ONE DOT LEADER <1> : "·" U00B7 # MIDDLE DOT (maybe I can remember the keystroke better? : "⁒" U2052 # COMMERCIAL MINUS SIGN +### or && ? + : "⅋" U214B # TURNED AMPERSAND # Printable sign for space. But is \ too useful a key combo to use # for this? : "␣" U2423 # OPEN BOX @@ -906,8 +908,10 @@ include "%L" : "ʍ" U028D # LATIN SMALL LETTER TURNED W : "ʎ" U028E # LATIN SMALL LETTER TURNED Y : "ɐ" U0250 # LATIN SMALL LETTER TURNED A + : "ɥ" U0265 # LATIN SMALL LETTER TURNED H # ı is already available in the "standard" .XCompose : "ȷ" U0237 # LATIN SMALL LETTER DOTLESS J + : "Ꞌ" UA78B # LATIN CAPITAL LETTER SALTILLO # I'll use capitals for a different double : "ʬ" U02AC # LATIN LETTER BILABIAL PERCUSSIVE # Sorry, I miss having this and hate having to use colon instead: @@ -1105,6 +1109,7 @@ include "%L" : "⚶" U26B6 # VESTA : "⚷" U26B7 # CHIRON : "⚸" U26B8 # BLACK MOON LILITH + : "⚿" U26BF # SQUARED KEY # Unicode 6.0 gave us all kinds of things, perhaps more than we can use... -- cgit v1.2.3