diff options
-rw-r--r-- | dotXCompose | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/dotXCompose b/dotXCompose index 8fd7308..92e7263 100644 --- a/dotXCompose +++ b/dotXCompose @@ -40,7 +40,8 @@ include "%L" <Multi_key> <comma> <apostrophe> : "‚" U201A # SINGLE LOW-9 QUOTATION MARK (quote resembling a comma) <Multi_key> <comma> <quotedbl> : "„" U201E # DOUBLE LOW-9 QUOTATION MARK <Multi_key> <less> <bar> : "↵" U21B5 # DOWNWARDS ARROW WITH CORNER LEFTWARDS -<Multi_key> <o> <period> : "•" U2022 # BULLET +# The bullet was <o> <period>, but it clashes with ꙭ +<Multi_key> <asterisk> <1> : "•" U2022 # BULLET # By default <Multi_key> <period> <period> does this, but we broke that with the ... binding. <Multi_key> <o> <underscore> : "⁃" U2043 # HYPHEN BULLET <Multi_key> <o> <comma> : "·" periodcentered # MIDDLE DOT @@ -474,6 +475,15 @@ include "%L" <Multi_key> <colon> <parenleft> : "☹" U2639 # WHITE FROWNING FACE <Multi_key> <colon> <asciitilde> : "⍨" U2368 # APL FUNCTIONAL SYMBOL TILDE DIAERESIS <Multi_key> <colon> <bar> : "⸚" U2E1A # HYPHEN WITH DIAERESIS +# Those are archaic cyrilic letters... but look so _perfect_ for use +# in chat. And about the last, the "multiocular O"... Well, I don't +# know what it can be used for, but given the description, how could I +# leave it out‽ +<Multi_key> <O> <period> <O> : "Ꙭ" UA66C # CYRILLIC CAPITAL LETTER DOUBLE MONOCULAR O * used in the dual of words based on the root for 'eye' +<Multi_key> <o> <period> <o> : "ꙭ" UA66D # CYRILLIC SMALL LETTER DOUBLE MONOCULAR O +<Multi_key> <O> <colon> : "Ꙫ" UA66A # CYRILLIC CAPITAL LETTER BINOCULAR O * used in the dual of words based on the root for 'eye' +<Multi_key> <o> <colon> : "ꙫ" UA66B # CYRILLIC SMALL LETTER BINOCULAR O +<Multi_key> <o> <plus> : "ꙮ" UA66E # CYRIILLIC LETTER MULTIOCULAR O * used in the epithet 'many-eyed' <Multi_key> <exclam> <question> : "‽" U203D # INTERROBANG <Multi_key> <question> <exclam> : "‽" U203D # INTERROBANG (in case you can’t remember the order) <Multi_key> <questiondown> <exclamdown> : "⸘" U2E18 # INVERTED INTERROBANG (if you have a ¡ key. Otherwise...? "?i" maybe? |