Comment #13 on issue 1403 by [email protected]: Unable to customize Kana Key Table
http://code.google.com/p/ibus/issues/detail?id=1403

By the way, it seems that even if you manage to remap '[' to '゛' (dakuten mark), typing 't' and '[' will produce 'か゛' (two separate symbols: 'ka' and dakuten), not 'が' ('ga'). To type voiced characters correctly on US-layout keyboard it's also necessary to manually modify "kana_voiced_consonant_rule" dictionary in engine/tables.py, replacing
u"か`" : u"が",
with
u"か[" : u"が",
etc.

--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en

回复