diff options
-rw-r--r-- | dotXCompose | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dotXCompose b/dotXCompose index 763dab7..aa63209 100644 --- a/dotXCompose +++ b/dotXCompose @@ -139,6 +139,8 @@ include "%L" <Multi_key> <bracketright> <underscore> : "⊒" U2291 # SQUARE ORIGINAL OF OR EQUAL TO # If I did more Haskell, I'd want this more: <Multi_key> <underscore> <bar> <underscore>: "⊥" U22A5 # UP TACK (bottom) +# Handy for UNIX filenames... +<Multi_key> <slash> <slash> : "⁄" U2044 # FRACTION SLASH # The system file gives us subscript numbers, plus/minus, and parens. But # there are letters missing. It would be nice to have at least a few of them. @@ -222,6 +224,8 @@ include "%L" <Multi_key> <asterisk> <ampersand> : "ϗ" U03D7 # GREEK KAI SYMBOL <Multi_key> <asterisk> <period> <Z> : "Ϡ" U03E0 # GREEK LETTER SAMPI <Multi_key> <asterisk> <period> <z> : "ϡ" U03E1 # GREEK SMALL LETTER SAMPI +<Multi_key> <asterisk> <period> <period> <Z> : "Ͳ" U0372 # GREEK CAPITAL LETTER ARCHAIC SAMPI +<Multi_key> <asterisk> <period> <period> <z> : "ͳ" U0373 # GREEK SMALL LETTER ARCHAIC SAMPI # Sorry, couldn't think of better ones for these. Might want .s for SAN. <Multi_key> <asterisk> <question> : "Ϛ" U03DA # GREEK LETTER STIGMA <Multi_key> <asterisk> <slash> : "ϛ" U03DB # GREEK SMALL LETTER STIGMA @@ -378,6 +382,7 @@ include "%L" <Multi_key> <asciitilde> <asciitilde> : "≈" U2248 # ALMOST EQUAL TO <Multi_key> <s> <h> : "ʃ" U0283 # LATIN SMALL LETTER ESH <Multi_key> <z> <h> : "ʒ" U0292 # LATIN SMALL LETTER EZH +<Multi_key> <l> <h> : "ɬ" U026C # LATIN SMALL LETTER L WITH BELT <Multi_key> <y> <g> : "ȝ" U021D # LATIN SMALL LETTER YOGH <Multi_key> <Y> <G> : "Ȝ" U021C # LATIN CAPITAL LETTER YOGH <Multi_key> <question> <period> : "ʔ" U0294 # LATIN LETTER GLOTTAL STOP |