-
Notifications
You must be signed in to change notification settings - Fork 903
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
MacOS not sending ReceivedCharacter event #1267
Comments
I was just investigating alacritty/alacritty#2788 and I believe it's caused by this bug. I built winit examples using Here's the behavior that I observe:
Here's the
|
Re-opening because #1501. |
There's no such event anymore. |
It has been reported to Alacritty that on macOS, specific key combinations do not always emit
ReceivedCharacter
events on macOS.The specific example was Ctrl+Q and it appears that while the first press does not emit an event, the second does.
This has been reported to Alacritty in alacritty/alacritty#1359 and here's an excerpt from the relevant event log (full log can be found in the issue):
The text was updated successfully, but these errors were encountered: