Skip to content
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

Open
Piping opened this issue Aug 2, 2021 · 6 comments · May be fixed by #1858
Open

IME input method on iced application (fcitix on linux) #979

Piping opened this issue Aug 2, 2021 · 6 comments · May be fixed by #1858
Labels
Milestone

Comments

@Piping
Copy link

Piping commented Aug 2, 2021

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?

@13r0ck
Copy link
Member

13r0ck commented Aug 2, 2021

This is being worked on in #686

@hecrj
Copy link
Member

hecrj commented Aug 4, 2021

#33 is also blocking this, since we cannot draw text properly yet!

@hecrj hecrj added the feature New feature or request label Aug 4, 2021
@hecrj hecrj added this to the 1.0.0 milestone Aug 4, 2021
@ghost
Copy link

ghost commented Aug 23, 2022

winit added IME support since 0.27.0.

@ksqsf
Copy link

ksqsf commented Oct 12, 2022

IME on macOS does not work either.

@KentaTheBugMaker
Copy link

we need to change input model to fit winit IME event.
almost same as ImeEvent api in web.

@KentaTheBugMaker
Copy link

Implemented IME for text_input . we need more work for platform native performance.

2022-10-16.20-27-10.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants