-
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
Use the keyboard_types
crate in winit
#2394
Comments
Good idea! Will probably have to wait until we get the new keyboard API stuff worked out though: #1806 |
I've opened pyfisch/keyboard-types#19 for tracking this in |
This is also desired by Xilem / Masonry. @kchibisov also noted that he needs more keyboard functionality in Alacritty than |
This would also be helpful for us in https://github.com/DioxusLabs/blitz. Our use case is to be able to make crates that implement keyboard shortcuts (and thus need to be able to respond to key events) without depending on winit (and bringing in all the actual platform integration code). Some kind of |
The need to expose |
Using the
keyboard_types
crate as a standardized keyboard crate among the ecosystem. see tauri-apps/tao#460The text was updated successfully, but these errors were encountered: