-
Notifications
You must be signed in to change notification settings - Fork 912
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
[FOLLOW UP] Keyboard Input 2.0 #2789
Conversation
Co-Authored-By: Artúr Kovács <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Web is LGTM.
When comparing the output of Web and X11, I noticed that using a dead key on X11 gives this:
physical_key: Backquote, logical_key: Unidentified(Xkb(0xFE52))
but on Web it gives this:
physical_key: Backquote, logical_key: Dead(None)
Don't know anything about X11, but maybe Xkb(0xFE52)
should be converted to Key::Dead
?
no need in this thing. |
Given that the progress is sort of stalled on #2662 I'm opening this branch to continue the work without messing up with the original branch.
Fixes #1932.
Fixes #1890.
Fixes #1888.