Skip to content

InputMethodEngine::keyEvent non-blocking? #655

Answered by wengxt
qingxiang-jia asked this question in Q&A
Discussion options

You must be logged in to vote

no, fcitx is mostly single thread and uses main thread to process key event. it’s not like every key event will open a new thread

which means, if you block it, you will also block other app to fcitx event and everything. Please don’t do that.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@wengxt
Comment options

@qingxiang-jia
Comment options

@qingxiang-jia
Comment options

@wengxt
Comment options

@qingxiang-jia
Comment options

Answer selected by qingxiang-jia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants