diff options
author | Mark Shoulson <mark@kli.org> | 2010-02-08 11:07:08 -0500 |
---|---|---|
committer | Mark Shoulson <mark@kli.org> | 2010-02-08 11:07:08 -0500 |
commit | 0bfd9fdd423928b6956f062e400bada38220e2e7 (patch) | |
tree | fa5a0ad23e315330fab2976acdc549e2cbe2025e | |
parent | Added ?! and !? and ?? and !! also some comments and one backwards-incompatib... (diff) | |
download | dotXCompose-0bfd9fdd423928b6956f062e400bada38220e2e7.tar.gz dotXCompose-0bfd9fdd423928b6956f062e400bada38220e2e7.tar.bz2 dotXCompose-0bfd9fdd423928b6956f062e400bada38220e2e7.zip |
oo and OO chars
-rw-r--r-- | dotXCompose | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotXCompose b/dotXCompose index 1231ecf..244ddec 100644 --- a/dotXCompose +++ b/dotXCompose @@ -100,6 +100,9 @@ include "%L" <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 |