diff options
-rw-r--r-- | dotXCompose | 42 |
1 files changed, 32 insertions, 10 deletions
diff --git a/dotXCompose b/dotXCompose index 26ddbfa..0a8392d 100644 --- a/dotXCompose +++ b/dotXCompose @@ -94,12 +94,16 @@ 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 <Multi_key> <M> <W> : "ꟽ" UA7FD # LATIN EPIGRAPHIC LETTER INVERTED M <Multi_key> <I> <bar> : "ꟾ" UA7FE # LATIN EPIGRAPHIC LETTER I LONGA <Multi_key> <M> <slash> : "ꟿ" UA7FF # LATIN EPIGRAPHIC LETTER ARCHAIC M +# These seem too long as keystrokes; any suggestions? +<Multi_key> <o> <ampersand> <o> : "ꝏ" UA74F # LATIN SMALL LETTER OO +<Multi_key> <O> <ampersand> <O> : "Ꝏ" UA74E # LATIN CAPITAL LETTER OO # Custom additions: Mathematical symbols <Multi_key> <exclam> <equal> : "≠" U2260 # NOT EQUAL TO @@ -396,9 +400,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 @@ -415,13 +422,19 @@ include "%L" # These last two bother me less, though they can still be improved. # Other possibly useful symbols: # 2668 HOT SPRINGS (for chat, for running off to shower?) -# 2624 CADEUCEUS -# 2611 BALLOT BOX WITH CHECK, or some other checkmark -# Or would 2713/2717 be better? +# I want 2713-2714 and 2717-2718 +# We need a Dingbats prefix, for ❛❜❝❞❢ <Multi_key> <bracketleft> <space> <bracketright> : "☐" U2610 # BALLOT BOX -# Better keystrokes anyone? +# Better keystrokes anyone? This one breaks the pattern. [c]? [v]? [y]? [/]? <Multi_key> <ampersand> <c> <h> <k> : "☑" U2611 # BALLOT BOX WITH CHECK +<Multi_key> <bracketleft> <slash> <bracketright> : "☑" U2611 # BALLOT BOX WITH CHECK <Multi_key> <bracketleft> <x> <bracketright> : "☒" U2612 # BALLOT BOX WITH X +# @ for dingbats? +<Multi_key> <at> <slash> : "✓" U2713 # CHECK MARK +<Multi_key> <at> <at> <slash> : "✔" U2714 # HEAVY CHECK MARK +<Multi_key> <at> <X> : "✗" U2717 # BALLOT X +<Multi_key> <at> <at> <X> : "✘" U2718 # HEAVY BALLOT X +# Will I want <at> <at> for something else? # How about dice? <Multi_key> <bracketleft> <1> <bracketright> : "⚀" U2680 # DIE FACE-1 <Multi_key> <bracketleft> <2> <bracketright> : "⚁" U2681 # DIE FACE-2 @@ -438,14 +451,21 @@ 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 <Multi_key> <ampersand> <m> <a> <i> <l> : "✉" U2709 # ENVELOPE +<Multi_key> <ampersand> <w> <h> <l> <c> <h> : "♿" U267F # WHEELCHAIR SYMBOL +<Multi_key> <ampersand> <m> <e> <d> : "☤" U2624 # CADEUCEUS +# Something different for STAFF OF AESCULAPIUS? +<Multi_key> <ampersand> <1> <m> <e> <d> : "⚕" U2695 # STAFF OF AESCULAPIUS +# Maybe something different that isn't lousy. # 26B0 COFFIN ? # One of the SNOWFLAKEs? -# SNOWMAN? COMET? ANCHOR? WHEELCHAIR SYMBOL? +# SNOWMAN? COMET? ANCHOR? # Maybe if we go with having a "word" symbol and spelling out lots and # lots of whole words, we can have all the planets. # "Word Symbol" Notion: @@ -457,9 +477,7 @@ include "%L" # I think so. -Kragen # # I already have STAR OF DAVID on another map. -# 2B1A DOTTED SQUARE -- and/or some other hollow square/rectangle? # 231A, 231B -- WATCH and HOURGLASS -- one should be &-w-a-i-t -# 2328 KEYBOARD? # 23D4 METRICAL LONG OVER TWO SHORTS a.k.a. METRICAL BOOBS # 0950 DEVANAGARI OM? # 214C PER SIGN? @@ -468,9 +486,13 @@ include "%L" <Multi_key> <o> <minus> <plus> : "♀" U2640 # FEMALE SIGN <Multi_key> <o> <minus> <greater> : "♂" U2642 # MALE SIGN <Multi_key> <O> <X>: "☠" U2620 # SKULL AND CROSSBONES +<Multi_key> <ampersand> <s> <k> <u> <l> <l>: "☠" U2620 # SKULL AND CROSSBONES +<Multi_key> <ampersand> <k> <b> <d> : "⌨" U2328 # KEYBOARD # Can we get better keycodes for these? <Multi_key> <equal> <minus> : "☞" U261E # WHITE RIGHT POINTING INDEX +<Multi_key> <ampersand> <r> <h> <a> <n> <d> : "☞" U261E # WHITE RIGHT POINTING INDEX <Multi_key> <minus> <equal> : "☜" U261C # WHITE LEFT POINTING INDEX +<Multi_key> <ampersand> <l> <h> <a> <n> <d> : "☜" U261C # WHITE LEFT POINTING INDEX <Multi_key> <asterisk> <asterisk> :"★" U2605 # BLACK STAR <Multi_key> <asterisk> <0> :"☆" U2606 # WHITE STAR <Multi_key> <asterisk> <3> :"⁂" U2042 # ASTERISM |