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(+) 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