-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
allow input methods to be enabled #634
Comments
Done in r7272. Adds the
|
Was done for milestone 0.14 |
This was referenced Jan 22, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the server will try to disable all input methods to try avoid problems by setting the following environment variables:
But some users (see this ML discussion) may want to enable input methods without knowing about all those values.
For example for ibus:
We should provide a better way of enabling this.
We need to:
input-methods=[none|ibus|...
)The text was updated successfully, but these errors were encountered: