diff options
author | Mark Shoulson <mark@kli.org> | 2009-12-02 12:12:24 -0500 |
---|---|---|
committer | Mark Shoulson <mark@kli.org> | 2009-12-02 12:12:24 -0500 |
commit | aed0b3afe8f79babfb1ab4e114ee95453dbca1c0 (patch) | |
tree | 5e51590136d5524d241c5c30948ae891bbe9ac5d | |
parent | Added some more spaces. (diff) | |
download | dotXCompose-aed0b3afe8f79babfb1ab4e114ee95453dbca1c0.tar.gz dotXCompose-aed0b3afe8f79babfb1ab4e114ee95453dbca1c0.tar.bz2 dotXCompose-aed0b3afe8f79babfb1ab4e114ee95453dbca1c0.zip |
Added dotted box and turned m
-rw-r--r-- | dotXCompose | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotXCompose b/dotXCompose index b383e7f..879c2e9 100644 --- a/dotXCompose +++ b/dotXCompose @@ -444,6 +444,7 @@ include "%L" <Multi_key> <space> <3> <M> : " " U2004 # THREE-PER-EM SPACE <Multi_key> <space> <4> <M> : " " U2005 # FOUR-PER-EM SPACE <Multi_key> <parenleft> <parenright>: "◌" U25CC # DOTTED CIRCLE +<Multi_key> <bracketleft> <bracketright>: "⬚" U2B1A # DOTTED SQUARE <Multi_key> <asterisk> <parenleft> : "﴾" UFD3E # ORNATE LEFT PARENTHESIS <Multi_key> <asterisk> <parenright> : "﴿" UFD3F # ORNATE RIGHT PARENTHESIS <Multi_key> <k> <s> : "ʘ" U0298 # LATIN LETTER BILABIAL CLICK (kiss sound) @@ -478,6 +479,7 @@ include "%L" <Multi_key> <r> <r> : "ɹ" U0279 # LATIN SMALL LETTER TURNED R: voiced alveolar approximant (American English (at least) R) <Multi_key> <r> <d> : "ɾ" U027E # LATIN SMALL LETTER R WITH FISHHOOK: voiced alveolar flap or tap (American English intervocalic allophone of d, or Spanish r) <Multi_key> <v> <v> : "ʌ" U028C # LATIN SMALL LETTER TURNED V +<Multi_key> <u> <i> : "ɯ" U026F # LATIN SMALL LETTER TURNED M # ɣ? ɯ? ᴥ? Important enough to add? Is Greek epsilon OK for ɛ? (I think so.) # What about ɜɝɑ ? I should probably bite the bullet and just go to an IPA # input method at that point. We're never going to get the whole IPA in here. |