-
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
Linux: Disable IME to fix backspace/arrow keys #5188
Conversation
Preview available at https://egui-pr-preview.github.io/pr/5188-emilk/try-fix-linux-text-input |
I tested it on Linux X11, and backspace and arrow keys are working in text inputs. |
Backspace and arrow keys working in Wayland as well, although they already worked before, and so did IME (e.g., compose key), which now no longer works of course. |
This reverts commit 15d3d43.
* Closes emilk#5008 * Closes emilk#5182 * Bug introduced in emilk#4912 I suspect this will make IME no longer work on Linux, though I don't know if it ever worked. I rather have backspace/arrows working though. Please help test this (I don't have Linux!) # Tested on * [x] Mac * [ ] Linux Wayland * [x] Linux X11
I suspect this will make IME no longer work on Linux, though I don't know if it ever worked.
I rather have backspace/arrows working though.
Please help test this (I don't have Linux!)
Tested on