Issue 52: ibus-anthy: Add another typing_rule
http://code.google.com/p/ibus/issues/detail?id=52

Comment #7 by utuhiro78:
Thank you so much. I'm testing it now.

It lacks 2 characters.
==================================================
--- ibus-anthy-0.1.1.20080903/engine/tables.py
+++ ibus-anthy-0.1.1.20080903.new/engine/tables.py
@@ -411,6 +411,8 @@
      u"B" : u"こ",
      u"M" : u"も",
      u"N" : u"み",
+    u"<" : u"、",
+    u">" : u"。",

      u"?" : u"・",
      u"_" : u"ろ",
==================================================

Japanese "yen" key and "backslash" key show the
same character ("\") in Latin mode.
But we need to show "ー" for "yen" and
"ろ" for "backslash" in Kana typing mode.

This is a famous problem,
but I don't know how to solve it in python.




-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ibus-devel" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/ibus-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

回复