-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[bug] Escape
key undetectable in frontend
#5790
Comments
can you run |
It's still there on the latest tao version |
Pinning tao to |
Narrowed it down, these updates are causing the issue to appear:
|
I can bring it back but the beep error sound will remain. |
I'd say that's worth, since losing |
Escape
key presses detectable frontendEscape
key undetectable in frontend
I also start another issue to discuss how do we disable the sound afterwards. |
Describe the bug
As of Tauri
v1.2.1
,keydown
events are no longer emitted for theEscape
key on macOS.In
v1.2.0
, menubar shortcuts didn't work.v1.2.1
fixed that issue, which might be related (though can't see any changelog entry for it?).Reproduction
https://github.com/probablykasper/tauri-escape-bug
Expected behavior
No response
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: