diff options
author | Mark Shoulson <mark@kli.org> | 2014-08-11 19:50:22 -0400 |
---|---|---|
committer | Mark Shoulson <mark@kli.org> | 2014-08-11 19:50:22 -0400 |
commit | 568012b0e7a8e5c3a403d7b0531c4a43cc86c035 (patch) | |
tree | 718eecdf768555677ee49db0b96267bdcc93b0f8 | |
parent | Add some math symbols, brackets, and superscript chars. (diff) | |
download | dotXCompose-568012b0e7a8e5c3a403d7b0531c4a43cc86c035.tar.gz dotXCompose-568012b0e7a8e5c3a403d7b0531c4a43cc86c035.tar.bz2 dotXCompose-568012b0e7a8e5c3a403d7b0531c4a43cc86c035.zip |
Missed adding þt...
-rw-r--r-- | dotXCompose | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dotXCompose b/dotXCompose index 568990b..0ec7419 100644 --- a/dotXCompose +++ b/dotXCompose @@ -722,9 +722,11 @@ include "%L" <Multi_key> <asciicircum> <asciicircum> <r> : "ʳ" U02B3 # SUPERSCRIPT R <Multi_key> <asciicircum> <asciicircum> <w> : "ʷ" U02B7 # SUPERSCRIPT W <Multi_key> <asciicircum> <asciicircum> <y> : "ʸ" U02B8 # SUPERSCRIPT Y -# So I can use yᵗ and yᵉ +# So I can use yᵗ/þᵗ and yᵉ/þᵉ <Multi_key> <asciicircum> <asciicircum> <e> : "ᵉ" U1D49 # MODIFIER LETTER SMALL E <Multi_key> <asciicircum> <asciicircum> <t> : "ᵗ" U1D57 # MODIFIER LETTER SMALL T +# Abbreviation for "that": +<Multi_key> <U00FE> <t> : "ꝥ" UA765 # LATIN SMALL LETTER THORN WITH STROKE #Maybe add: ˀˁ˃˂ Need to be able to talk about ʔˁ... <Multi_key> <asciicircum> <question> <period> : "ˀ" U02C0 # MODIFIER LETTER GLOTTAL STOP <Multi_key> <asciicircum> <question> <parenleft> : "ˁ" U02C1 # MODIFIER LETTER REVERSED GLOTTAL STOP |