Replies: 1 comment 3 replies
-
That link is for fcitx 4, not very helpful as for fcitx5. You may want to check https://fcitx-im.org/wiki/Develop_an_simple_input_method Input method itself is just a special type of addon, most information may still apply if you just want a module. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to write a module for fcitx in C that detects when the user focuses an input field. I tried looking around, but couldn't find easy to follow documentation or simple code examples. Is there such a thing as a "bare minimum module" that I could look at to base my work on?
I did find this page of the developer handbook, but it only has sparse bits of code, so it's hard to get an idea of what a full module looks like.
Beta Was this translation helpful? Give feedback.
All reactions