diff options
-rw-r--r-- | dotXCompose | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/dotXCompose b/dotXCompose index bcda88c..f774160 100644 --- a/dotXCompose +++ b/dotXCompose @@ -211,8 +211,6 @@ include "%L" <Multi_key> <ampersand> <o> <i> <i> <i> <n> <t> : "∰" U2230 # VOLUME INTEGRAL <Multi_key> <ampersand> <g> <i> <n> <t> : "⨘" U2A18 # GEOMETRIC INTEGRAL <Multi_key> <ampersand> <s> <u> <m> <i> <n> <t> : "⨋" U2A0B # SUM/INTEGRAL -<Multi_key> <ampersand> <i> <n> <t> : "∫" U222B # INTEGRAL -<Multi_key> <ampersand> <i> <n> <t> : "∫" U222B # INTEGRAL #Now for some WTF integrals: ⨙ ⨚ @@ -257,6 +255,8 @@ include "%L" <Multi_key> <greater> <parenright>: "〉" U232A # RIGHT-POINTING ANGLE BRACKET <Multi_key> <parenleft> <ampersand> <parenleft>: "⸨" U2E28 # LEFT DOUBLE PARENTHESIS <Multi_key> <parenright> <ampersand> <parenright>: "⸩" U2E29 # RIGHT DOUBLE PARENTHESIS +<Multi_key> <Z> <parenleft> : "༼" U0F3C # TIBETAN MARK ANG KHANG GYON +<Multi_key> <Z> <parenright> : "༽" U0F3D # TIBETAN MARK ANG KHANG GYAS # I'm thinking shape-mnemonics for these, somehow: <Multi_key> <L> <bracketleft> : "⌊" U230A # LEFT FLOOR <Multi_key> <L> <bracketright> : "⌋" U230B # RIGHT FLOOR @@ -688,6 +688,16 @@ include "%L" <Multi_key> <backslash> <at> <U> : "̮" U032e # COMBINING BREVE BELOW <Multi_key> <backslash> <at> <i> <b> : "̯" U032f # COMBINING INVERTED BREVE BELOW -- ?? +# How about leading & (or &&?) for double combiners? There aren't many anyway. +<Multi_key> <backslash> <ampersand> <at> <U> : "͜" U035C # COMBINING DOUBLE BREVE BELOW +<Multi_key> <backslash> <ampersand> <U> : "͝" U035D # COMBINING DOUBLE BREVE +<Multi_key> <backslash> <ampersand> <minus> : "͞" U035E # COMBINING DOUBLE MACRON +<Multi_key> <backslash> <ampersand> <at> <minus> : "͟" U035F # COMBINING DOUBLE MACRON BELOW +<Multi_key> <backslash> <ampersand> <asciitilde> : "͠" U0360 # COMBINING DOUBLE TILDE +<Multi_key> <backslash> <ampersand> <i> <b> : "͡" U0361 # COMBINING DOUBLE INVERTED BREVE +# Might as well finish up the set. +<Multi_key> <backslash> <ampersand> <greater> : "͢" U0362 # COMBINING DOUBLE RIGHTWARDS ARROW BELOW + <Multi_key> <period> <parenright> : "͒" U0352 # COMBINING FERMATA <Multi_key> <backslash> <asterisk> : "҉" U0489 # COMBINING CYRILLIC MILLIONS SIGN -- aka COMBINING SHINY |