-
-
Notifications
You must be signed in to change notification settings - Fork 987
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
Kitty dropping characters on fast input #742
Comments
Test: ran with --debug-keyboard, typed 'git', expected 'git', got 'gt' Debug output: |
According to that debug output all the key events are being correctly processed, and I cannot replicate your issue. What IBUS engine are you using? And does the problem go away if you run kitty with GLFW_IM_MODULE=none kitty |
I just pushed a commit that shoud provide even more debug output with --debug-keyboard post the output from that. |
GLFW_IM_MODULE=none kitty addresses the issue. Let me grab that debug output. |
Having trouble getting a repro without a full yubikey hit. I have ligblfw3-wayland installed with libibus-1.0-5. Not sure specifically what downstream might be interesting. |
Post the debug log with yubikey, it might still be interesting. |
No followup, closing. |
Typing fast or using external char input (in my case a yubikey) drops characters.
Linux, local build @ d72098b
This issue was introduced relatively recently, I think.
The text was updated successfully, but these errors were encountered: