use 'S-C-Return' as a commit key. For example in hi-itrans.mim this has the effect:
['n'] transliterates to 'न'
['n', ' '] transliterates to 'न '
but
['n', 'S-C-Return'] transliterates to 'न्'
['n', 'S-C-Return', ' '] transliterates to 'न् '
Processing of key events in typing booster needs to be fixed to support this.
Currently, when using hi-itrans.mim in ibus-typing-booster, typing nS-C-Return produces न and a new line, which is wrong, it should produce न् and keep it in preedit.
These input methods
use 'S-C-Return' as a commit key. For example in hi-itrans.mim this has the effect:
but
Processing of key events in typing booster needs to be fixed to support this.
Currently, when using hi-itrans.mim in ibus-typing-booster, typing
nS-C-Return
producesन
and a new line, which is wrong, it should produceन्
and keep it in preedit.