[uim-commit] r830 - trunk/scm
yusuke at freedesktop.org
yusuke at freedesktop.org
Tue May 3 04:31:03 PDT 2005
Author: yusuke
Date: 2005-05-03 04:31:00 -0700 (Tue, 03 May 2005)
New Revision: 830
Modified:
trunk/scm/ipa-x-sampa.scm
Log:
* ipa-x-sampa.scm : correct keymap. Thanks to Mike-san.
Modified: trunk/scm/ipa-x-sampa.scm
===================================================================
--- trunk/scm/ipa-x-sampa.scm 2005-04-27 06:16:08 UTC (rev 829)
+++ trunk/scm/ipa-x-sampa.scm 2005-05-03 11:31:00 UTC (rev 830)
@@ -52,8 +52,8 @@
((("7" )) ("ɤ"))
((("8" )) ("ɵ"))
((("9" )) ("œ"))
-(((";" )) ("ː"))
-(((";" "\\" )) ("ˑ"))
+(((":" )) ("ː"))
+(((":" "\\" )) ("ˑ"))
((("<" "B" ">" )) ("˩"))
((("<" "F" ">" )) ("↘"))
((("<" "H" ">" )) ("˦"))
More information about the Uim-commit
mailing list