diff options
-rw-r--r-- | dotXCompose | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dotXCompose b/dotXCompose index dce1749..8ac7a34 100644 --- a/dotXCompose +++ b/dotXCompose @@ -656,6 +656,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 |