Skip to content
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

Closed
wants to merge 13 commits into from
Closed

Conversation

kchibisov
Copy link
Member

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.

@kchibisov kchibisov changed the title Keyboard Input 2.0 [FOLLOW UP] Keyboard Input 2.0 May 5, 2023
@kchibisov kchibisov mentioned this pull request May 5, 2023
5 tasks
Copy link
Member

@daxpedda daxpedda left a 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?

@kchibisov
Copy link
Member Author

no need in this thing.

@kchibisov kchibisov closed this May 28, 2023
@kchibisov kchibisov deleted the kchibisov-keyboard-v2 branch May 28, 2023 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants