Hi all,
Some fcitx user reaches me about input method issue, and I surprisingly found
that input method is broken again in st because I have fixed it once.
The new issue is caused by commit 2937b05aed9cee8d6651cd806d31682a853c773
which removes a XFilterEvent call.
XFilterEvent is required to be called after you using XOpenIM, this is not
unnecessary. It does not only filter the key event, but some clientmessage for
input method as well.
Regards,
Xuetian
Received on Wed Jul 01 2015 - 18:40:41 CEST