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

keyboard input for symbol characters doesn't work on linux #46

Open
wtholliday opened this issue Feb 12, 2023 · 2 comments
Open

keyboard input for symbol characters doesn't work on linux #46

wtholliday opened this issue Feb 12, 2023 · 2 comments

Comments

@wtholliday
Copy link
Contributor

(May also not work on macOS)

To reproduce:

  1. cargo run --example gallery
  2. Attempt to enter a symbol character in the text editor (such as !@#$%^&*)

Possibly related to #43.

@ruza-net

wtholliday added a commit that referenced this issue Feb 12, 2023
ruza-net pushed a commit to ruza-net/rui that referenced this issue Feb 12, 2023
@ruza-net
Copy link
Contributor

I tried adding some missing match arms to src/event_loop.rs - e.g. VirtualKeyCode::Caret - but it didn't have any effect.

Maybe winit and wgpu need a version bump? That would require some fixing of incompatibilities on part of rui and vger. Might look into it when I have time.

@wtholliday
Copy link
Contributor Author

@ruza-net I updated all the dependencies to the latest versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants