-
Notifications
You must be signed in to change notification settings - Fork 933
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
Improve keyboard event handling #108
Labels
Comments
tomaka
added
S - api
Design and usability
S - enhancement
Wouldn't this be the coolest?
labels
Jan 11, 2017
jrmuizel
pushed a commit
to jrmuizel/winit
that referenced
this issue
Mar 29, 2017
…strom linux: Disable Wayland backend because it's unusable for Servo. r? @larsbergstrom or @glennw or @pcwalton Funny how that comment was there but was completely ignored. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/glutin/108) <!-- Reviewable:end -->
jrmuizel
pushed a commit
to jrmuizel/winit
that referenced
this issue
Mar 29, 2017
Remove wayland support and dependencies Our glutin fork has diverged significantly from upstream, and it will take significant work to merge them, or to move to some new windowing API built on top of glutin, winit, or otherwise. In the meantime we are building very old Wayland libraries but never using them (rust-windowing#108). As a short-term patch to improve Servo build times by not building a bunch of unused dependencies, this patch just rips out the unused wayland support from our fork. (This code is already gone from upstream glutin, moved into `winit` and using newer, rewritten wayland crates.) r? @glennw <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/glutin/115) <!-- Reviewable:end -->
Merged
Yeah, this is fixed. |
madsmtm
pushed a commit
to madsmtm/winit
that referenced
this issue
Jun 11, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Winit / Glutin is used by the Rust terminal emulator Alacritty (https://github.com/jwilm/alacritty). It requires some improvements to the keyboard event handling and is using a fork of glutin (https://github.com/jwilm/glutin) with these improvements (https://github.com/jwilm/glutin/commits/keyboard-mods).
Would you be interesting in merging these changes after they have been reworked for latest version of winit?
The text was updated successfully, but these errors were encountered: