diff options
author | Mark Shoulson <mark@nagas.meson.org> | 2009-01-22 20:58:21 -0500 |
---|---|---|
committer | Mark Shoulson <mark@nagas.meson.org> | 2009-01-22 20:58:21 -0500 |
commit | 1fd3ea1ee387eb65ef9323fb0bf48d6433743cba (patch) | |
tree | 3de6a68a5f448216ceb504addc9cbc20d9c37821 | |
parent | Fixed mistake with capitalization of qoppa (diff) | |
download | dotXCompose-1fd3ea1ee387eb65ef9323fb0bf48d6433743cba.tar.gz dotXCompose-1fd3ea1ee387eb65ef9323fb0bf48d6433743cba.tar.bz2 dotXCompose-1fd3ea1ee387eb65ef9323fb0bf48d6433743cba.zip |
Capital sharp-S and adjustments on math rels.
-rw-r--r-- | dotXCompose | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dotXCompose b/dotXCompose index 652bda0..87d6583 100644 --- a/dotXCompose +++ b/dotXCompose @@ -48,7 +48,9 @@ include "%L" <Multi_key> <f> <i> : "fi" UFB01 # LATIN LIGATURE FI <Multi_key> <f> <l> : "fl" UFB02 # LATIN LIGATURE FL <Multi_key> <s> <t> : "st" UFB06 # LATIN SMALL LIGATURE ST -<Multi_key> <U017F> <t> : "ſt" UFB05 # LATIN SMALL LIGATURE LONG S T +<Multi_key> <U017F> <t> : "ſt" UFB05 # LATIN SMALL LIGATURE LONG S T +# ß is already available as <s><s> I think. But now it comes in industrial size! +<Multi_key> <S> <S> : "ẞ" U1E9E # LATIN CAPITAL LETTER SHARP S # Custom additions: Mathematical symbols <Multi_key> <exclam> <equal> : "≠" U2260 # NOT EQUAL TO @@ -62,7 +64,7 @@ include "%L" <Multi_key> <slash> <n> <i> : "∌" U220C # DOES NOT CONTAIN AS MEMBER # <exclam><n><i> would conflict, with <exclam> <n> for N WITH UNDERDOT, etc. <Multi_key> <U220B> <slash> : "∌" U220C # DOES NOT CONTAIN AS MEMBER -<Multi_key> <a> <p> : "≅" U2245 # APPROXIMATELY EQUAL TO +<Multi_key> <asciitilde> <equals> : "≅" U2245 # APPROXIMATELY EQUAL TO (It actually means "congruent"!) <Multi_key> <colon> <equal> : "≔" U2254 # COLON EQUALS <Multi_key> <equal> <question> : "≟" U225f # QUESTIONED EQUAL TO <Multi_key> <equal> <equal> : "≡" U2261 # IDENTICAL TO @@ -259,8 +261,7 @@ include "%L" <Multi_key> <k> <s> : "ʘ" U0298 # LATIN LETTER BILABIAL CLICK (kiss sound) <Multi_key> <bar> <greater> : "‣" U2023 # TRIANGULAR BULLET <Multi_key> <asciicircum> <minus> : "⁻" U207B # SUPERSCRIPT MINUS -# Or <asciitilde> <asciitilde> ? -<Multi_key> <asciitilde> <equal> : "≈" U2248 # ALMOST EQUAL TO +<Multi_key> <asciitilde> <asciitilde> : "≈" U2248 # ALMOST EQUAL TO <Multi_key> <s> <h> : "ʃ" U0283 # LATIN SMALL LETTER ESH <Multi_key> <N> <o> : "№" U2116 # NUMERO SIGN # There are all kinds of awesome combining characters in the U+0300 page. |