-
Notifications
You must be signed in to change notification settings - Fork 249
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
Non-qwerty keyboard layout has a wrong behaviour on wasm #169
Comments
This might be related to #113. Can you try setting the following flag to |
|
More infos on this for ctrl-A, it's actually sending the keys from Qwerty keyboard, therefore sending "ctrl-Q". But I'd like to work with correct inputs 🤔, also it doesn't help with @. I've modified bevy_egui main locally to include some logs: short log of me spamming altgr-0 to try to get my @Looks like the fix for ctrl-A is up to winit, as Keycode is supposed to be the correct key translated in selected layout.
The fix for @ might be unrelated, I'm not sure. |
follow up on #149 ; we decided to contain the fix on windows, as mac/linux might not be impacted, but we didn't think about wasm.
Unrelated
ctrl-V is broken too on wasm both on windows and mac, not sure it's related.
The text was updated successfully, but these errors were encountered: