From 28767754465c52be8c3ff84dcf85e4b55ed24b29 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 28 Jan 2012 18:57:14 -0500 Subject: [PATCH] Add subscript i and r to .XCompose. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit I use them as shorthand for marking the real and imaginary parts of numbers, since sometimes ℜ (U211C) and ℑ (U2111) are a bit much. --- src/.XCompose | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/.XCompose b/src/.XCompose index 7461efc..8adb63a 100644 --- a/src/.XCompose +++ b/src/.XCompose @@ -39,6 +39,9 @@ Multi_key> : "≡" U2261 # IDENTICAL TO : "ℰ" U2130 # SCRIPT CAPIPAL E (electromotive force) : "ℏ" U2105 # PLANC CONSTANT OVER TWO PI + : "ᵢ" U1D62 # LATIN SUBSCRIPT SMALL LETTER I + : "ᵣ" U1D63 # LATIN SUBSCRIPT SMALL LETTER R + "ff" UFB00 # LATIN SMALL LIGATURE FF "fi" UFB01 # LATIN SMALL LIGATURE FI "fl" UFB02 # LATIN SMALL LIGATURE FL -- 2.26.2