From 9cbbf25915da7fbcae573e0fce6d9389979842f6 Mon Sep 17 00:00:00 2001 From: user Date: Tue, 1 Nov 2016 03:07:05 -0300 Subject: Add more subscripts, including Greek --- dotXCompose | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dotXCompose') diff --git a/dotXCompose b/dotXCompose index 610852a..875ac43 100644 --- a/dotXCompose +++ b/dotXCompose @@ -477,6 +477,14 @@ include "%L" # subscripts in other blocks : "ᵢ" U1D62 # LATIN SUBSCRIPT SMALL LETTER I : "ⱼ" U2C7C # LATIN SUBSCRIPT SMALL LETTER J + : "ᵣ" U1D63 # LATIN SUBSCRIPT SMALL LETTER R + : "ᵤ" U1D64 # LATIN SUBSCRIPT SMALL LETTER U + : "ᵥ" U1D65 # LATIN SUBSCRIPT SMALL LETTER V + : "ᵦ" U1D66 # GREEK SUBSCRIPT SMALL LETTER BETA + : "ᵧ" U1D67 # GREEK SUBSCRIPT SMALL LETTER GAMMA + : "ᵨ" U1D68 # GREEK SUBSCRIPT SMALL LETTER RHO + : "ᵩ" U1D69 # GREEK SUBSCRIPT SMALL LETTER PHI + : "ᵪ" U1D6A # GREEK SUBSCRIPT SMALL LETTER CHI # Custom additions: Greek letters. Mapping corresponds to Emacs Greek # input method. Aristotle Pagaltzis informs me that this is the -- cgit v1.2.3 From b8f0c20e3af9d5795d4bf22efa83868e796fe704 Mon Sep 17 00:00:00 2001 From: Mark Shoulson Date: Thu, 9 Jun 2016 15:31:57 -0400 Subject: Added BETWEEN and tacks. --- dotXCompose | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dotXCompose') diff --git a/dotXCompose b/dotXCompose index 610852a..612715c 100644 --- a/dotXCompose +++ b/dotXCompose @@ -428,6 +428,7 @@ include "%L" : "」" UFF63 # HALFWIDTH RIGHT CORNER BRACKET <7> : "『" U300E # LEFT WHITE CORNER BRACKET : "』" U300F # RIGHT WHITE CORNER BRACKET + : "≬" U226C # BETWEEN : "ℓ" U2113 # SCRIPT SMALL L : "⊏" U228F # SQUARE IMAGE OF : "⊑" U2291 # SQUARE IMAGE OF OR EQUAL TO @@ -437,6 +438,9 @@ include "%L" : "⊒" U2292 # SQUARE ORIGINAL OF OR EQUAL TO # If I did more Haskell, I'd want this more: : "⊥" U22A5 # UP TACK (bottom) or should we use U27C2 PERPENDICULAR? + : "⊤" U22A4 # DOWN TACK (opposite of False) + : "⊢" U22A2 # RIGHT TACK + : "⊣" U22A2 # LEFT TACK # Handy for UNIX filenames... but XXX conflicts with standard → "\" : "⁄" U2044 # FRACTION SLASH -- cgit v1.2.3