-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need documents #24
Comments
If you need a install and config documents, maybe ArchLinux wiki:Fcitx5 is a good choice. |
At the least,I wanna API documentation for creating module. |
Well, since we are still under dev, we're sorry for not having documents. Reading existing module code could be a way to do so, otherwise welcome to fcitx@freenode channel. |
@wengxt Okey, I'll try it! thanks for responding. |
@wengxt Would you accept to add an |
Please make some documents ... |
I've updated many Fcitx 5 relevant doc on the wiki. Please take a look at https://fcitx-im.org/ |
In a previous fix of keyboard engine, update preedit to empty is commonly done to ensure there is nothing in the preedit. This introduces some empty update preedit for keyboard engine and uses the code path for key event order fix. This makes almost all key event need to be re-forwarded, which is unnecssary. Add a new helper function to check if the strict order matters: 1. all pending events are update preedit. 2. preedit is empty. If above condition satisfies and we don't need to need forward the key, allow it to be handled out of order. Attempt Fix #24
With no documents and GUI I will die when using it...
The text was updated successfully, but these errors were encountered: