Hi,
I am using ibus-m17n for hindi language. There is one layout called vedmata(m17n). While using it I found that to go to the next line I have to press enter twice when my cursor is at the character. However when I press space and then press enter it go to the next line properly. I have modify the same vedmata with new mapping but still the same scenario persist.
Can anyone please help me out.
Here is all the state I am using in mim file.
(dependent
("k" (delete @-) "")
)
(return
((Return)))
(backspace
((BackSpace) (undo) ))
)#Map Ending
(state
(init
(starter (pushback 1) (shift intermediate)))
(intermediate
(matra (shift intermediate))
(chotimatra (delete @-) (shift third))
(fullchar (shift second))
(halfchar (shift intermediate))
(halfra (shift intermediate))
(independent (shift init))
(backspace)
(return (shift init))
)
(third
(getHalfChar (shift fourth))
(setFullChar (shift intermediate))
)
(fourth
(setHalfChar (shift intermediate))
)
(second
(fullChar (shift intermediate))
(halfchar (shift intermediate))
(matra (shift intermediate))
(dependent (shift init))
(halfra (shift intermediate))
(specialchar (shift intermediate))
(backspace)
(return (shift init))
)
(finish
(return)
(t (shift init))
)
)
Any help or suggestion is appreciated.