-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
IME input method on iced application (fcitix on linux) #979
Labels
Milestone
Comments
This is being worked on in #686 |
#33 is also blocking this, since we cannot draw text properly yet! |
winit added IME support since 0.27.0. |
IME on macOS does not work either. |
we need to change input model to fit winit IME event. |
Implemented IME for text_input . we need more work for platform native performance. 2022-10-16.20-27-10.mp4 |
3 tasks
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
is there a plan to support input method on linux for iced application?
The current state of iced example looks like this:
The input method (fcitix)'s panel does not follow the cursor.
Possible way to do is via XIM in linux?
The text was updated successfully, but these errors were encountered: