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

Comment #3 by takuro.ashie:
The third field means "pending" state. The character can't be determined  
only the
stroke. To fix it, the program has to wait next stroke. Typically it is  
needed for
voiced consonant characters like "ぶ". This character is composed by two
characters, "ふ" and "゛".
You can input it by following stroke:

   {"2", "", "ふ"} {"@", "゛", ""}

You may consider that it can be replaced by following table:

   {"2@", "ぶ", ""}

But it isn't recommended. Because the users for this typing rule expect  
that a "ふ"
is entered immediately when they press the "2" key.
If the engine is implemented by the longest-first method, it can't  
show "ふ" at this
time.



-- 
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
-~----------~----~----~----~------~----~------~--~---

回复