diff options
author | Mark Shoulson <mark@nagas.meson.org> | 2009-01-18 18:58:03 -0500 |
---|---|---|
committer | Mark Shoulson <mark@nagas.meson.org> | 2009-01-18 18:58:03 -0500 |
commit | 8574efd08749e4b72e412f9fa90767cde94fe2b0 (patch) | |
tree | 10207daf541adc88f033553cf17a0ffe4a3ad8ce | |
parent | Small upgrade to scan4dups, added some more math and weird symbols. (diff) | |
download | dotXCompose-8574efd08749e4b72e412f9fa90767cde94fe2b0.tar.gz dotXCompose-8574efd08749e4b72e412f9fa90767cde94fe2b0.tar.bz2 dotXCompose-8574efd08749e4b72e412f9fa90767cde94fe2b0.zip |
Fixed mistake with capitalization of qoppa
-rw-r--r-- | dotXCompose | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dotXCompose b/dotXCompose index d2eb866..652bda0 100644 --- a/dotXCompose +++ b/dotXCompose @@ -178,10 +178,10 @@ include "%L" # Reserving .f in case we want PHI SYMBOL. Digamma was "w" sound anyway. <Multi_key> <asterisk> <period> <w> : "ϝ" U03DD # GREEK SMALL LETTER DIGAMMA <Multi_key> <asterisk> <period> <W> : "Ϝ" U03DC # GREEK CAPITAL LETTER DIGAMMA -<Multi_key> <asterisk> <q> : "Ϟ" U03DE # GREEK LETTER QOPPA -<Multi_key> <asterisk> <Q> : "ϟ" U03DF # GREEK SMALL LETTER QOPPA -<Multi_key> <asterisk> <period> <q> : "Ϙ" U03D8 # GREEK LETTER ARCHAIC QOPPA -<Multi_key> <asterisk> <period> <Q> : "ϙ" U03D9 # GREEK SMALL LETTER ARCHAIC QOPPA +<Multi_key> <asterisk> <Q> : "Ϟ" U03DE # GREEK LETTER QOPPA +<Multi_key> <asterisk> <q> : "ϟ" U03DF # GREEK SMALL LETTER QOPPA +<Multi_key> <asterisk> <period> <Q> : "Ϙ" U03D8 # GREEK LETTER ARCHAIC QOPPA +<Multi_key> <asterisk> <period> <q> : "ϙ" U03D9 # GREEK SMALL LETTER ARCHAIC QOPPA <Multi_key> <asterisk> <ampersand> : "ϗ" U03D7 # GREEK KAI SYMBOL <Multi_key> <asterisk> <period> <Z> : "Ϡ" U03E0 # GREEK LETTER SAMPI <Multi_key> <asterisk> <period> <z> : "ϡ" U03E1 # GREEK SMALL LETTER SAMPI |