You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I came from McCLIM, where I found I can't use fcitx to switch input method to input Chinese.
And I found that McCLIM is using CLX as backend, so I turned here.
According to this, I suppose we have to use existing xim(Xlib)/xcb-imdkit(XCB) , or write one our own CLX-IM(CLX) .
Any advice?
I have taken a brief look over xcb-imdkit, and it seems possible to write something like CLX-IM, I will give it a try.