-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Terminal doesn't accept input via IME #124
Comments
I think this is the case because of the removal of the textarea. |
@parisk please comment when you get a chance, I'm not sure IMEs will work without the |
Is there any way to detect when the Korean IME gets enabled? We could lease the contentEditable attribute. |
@parisk it would probably work with contenteditable, however it would probably need to be on constantly. Note that this will probably happen with all IMEs, so many languages won't be able to be input by conventional means right now. |
Another option if we really don't want to go back to the textarea is to provide some command that would popup and allow input into a regular |
Using Ubuntu 16.04 native Korean IME the terminal just enters the English characters.
The text was updated successfully, but these errors were encountered: