diff options
author | Mark Shoulson <mark@kli.org> | 2010-02-02 19:49:44 -0500 |
---|---|---|
committer | Mark Shoulson <mark@kli.org> | 2010-02-02 19:49:44 -0500 |
commit | 5e208e27d42d1b7b74a24ffee5ddd105562d1d6c (patch) | |
tree | 75669e210a79d795bdeabe121056bc015898100b | |
parent | More ellipses, epigraphics. (diff) | |
download | dotXCompose-5e208e27d42d1b7b74a24ffee5ddd105562d1d6c.tar.gz dotXCompose-5e208e27d42d1b7b74a24ffee5ddd105562d1d6c.tar.bz2 dotXCompose-5e208e27d42d1b7b74a24ffee5ddd105562d1d6c.zip |
Added ?! and !? and ?? and !! also some comments and one backwards-incompatible change!
-rw-r--r-- | dotXCompose | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/dotXCompose b/dotXCompose index ca07ccb..1231ecf 100644 --- a/dotXCompose +++ b/dotXCompose @@ -93,6 +93,7 @@ include "%L" # Eventually we'll have to look over the really crazy-cakes Latin letters # they're adding as "mediævalist extensions" # ꜢꜣꜤꜥ for the Egyptologists, Ꝏꝏ because they're cꝏl... Maybe some others. +# Can't do <o> <o> for ꝏ though, since that's already °. # Epigraphics should not be missed: <Multi_key> <F> <less> : "ꟻ" UA7FB # LATIN EPIGRAPHIC LETTER REVERSED F <Multi_key> <P> <less> : "ꟼ" UA7FC # LATIN EPIGRAPHIC LETTER REVERSED P @@ -395,9 +396,12 @@ include "%L" <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. Otheriwise...? "?i" maybe? <Multi_key> <exclamdown> <questiondown> : "⸘" U2E18 # INVERTED INTERROBANG (if you have a ¡ key. Otheriwise...? "?i" maybe? -# Totally going to need 2E2E REVERSED QUESTION MARK as soon as it starts being -# supported. Also big hunks of Latin Extended-D, A720- et seq. <Multi_key> <question> <less> : "⸮" U2E2E # REVERSED QUESTION MARK +<Multi_key> <question> <ampersand> <question> : "⁇" U2047 # DOUBLE QUESTION MARK +<Multi_key> <question> <ampersand> <exclam> : "⁈" U2048 # QUESTION EXCLAMATION MARK +<Multi_key> <exclam> <ampersand> <question> : "⁉" U2049 # EXCLAMATION QUESTION MARK +<Multi_key> <exclam> <ampersand> <exclam> : "‼" U203C # DOUBLE EXCLAMATION MARK +# Keep looking into big hunks of Latin Extended-D, A720- et seq. <Multi_key> <less> <3> : "♥" U2665 # BLACK HEART SUIT <Multi_key> <3> <3> : "♣" U2663 # BLACK CLUB SUIT <Multi_key> <less> <greater> : "♢" U2662 # WHITE DIAMOND SUIT @@ -417,6 +421,7 @@ include "%L" # 2624 CADEUCEUS # 2611 BALLOT BOX WITH CHECK, or some other checkmark # Or would 2713/2717 be better? +# We need a Dingbats prefix, for ❛❜❝❞❢ <Multi_key> <bracketleft> <space> <bracketright> : "☐" U2610 # BALLOT BOX # Better keystrokes anyone? <Multi_key> <ampersand> <c> <h> <k> : "☑" U2611 # BALLOT BOX WITH CHECK @@ -437,7 +442,9 @@ include "%L" <Multi_key> <slash> <exclam> <backslash> : "⚠" U26A0 # WARNING SIGN <Multi_key> <exclam> <asciicircum> : "⚠" U26A0 # WARNING SIGN <Multi_key> <ampersand> <z> <a> <p> : "⚡" U26A1 # HIGH VOLTAGE SIGN -<Multi_key> <ampersand> <r> <a> : "☢" U2622 # RADIOACTIVE SIGN +# Shouldn't use just <r><a> because it's too likely to be a prefix for +# a useful word. +<Multi_key> <ampersand> <r> <a> <d> : "☢" U2622 # RADIOACTIVE SIGN <Multi_key> <ampersand> <b> <h> : "☣" U2623 # BIOHAZARD SIGN <Multi_key> <ampersand> <A> <A> <A> <A> <A> : "⚝" U269D # OUTLINED WHITE STAR (pentalpha, get it?) <Multi_key> <ampersand> <p> <l> <a> <n> <e> : "✈" U2708 # AIRPLANE |