We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(56 is Alt, 2 is 1. There's no release event)
In some cases, virtual-keyboard sends only Press event without Release event. Then, user may experience yet another unwanted key repeat issue.
Expected behavior: Firefox switch to the first tab, and nothing happen Actual behavior: Firefox switch to the first tab, and types 1 infinitely
This is because firefox never received release event of Alt and 1.
NOTE: This issue is NOT fixed by #206.
The text was updated successfully, but these errors were encountered:
virtual-keyboard sends only Press event without Release event.
Is this screenshot is client side log?
Sorry, something went wrong.
virtual-keyboard sends only Press event without Release event. Is this screenshot is client side log?
That is the trace of kime-wayland sending events to the virtual keyboard.
Then it seems compositor doesn't send release event because all release events just bypassed into virtual keyboard
I can't test reproduce this can you try this patch? https://github.com/Riey/kime/tree/always-grab
Successfully merging a pull request may close this issue.
(56 is Alt, 2 is 1. There's no release event)
In some cases, virtual-keyboard sends only Press event without Release event. Then, user may experience yet another unwanted key repeat issue.
How to reproduce
Expected behavior: Firefox switch to the first tab, and nothing happen
Actual behavior: Firefox switch to the first tab, and types 1 infinitely
This is because firefox never received release event of Alt and 1.
NOTE: This issue is NOT fixed by #206.
The text was updated successfully, but these errors were encountered: