Skip to content
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: menu accelerators don't trigger on windows #101

Open
evanwporter opened this issue Dec 31, 2024 · 1 comment
Open

bug: menu accelerators don't trigger on windows #101

evanwporter opened this issue Dec 31, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@evanwporter
Copy link
Collaborator

Describe the bug
Accelerators like Cmd+S (save) don't trigger on_menu_event

Additional context
This is a Tauri problem as described here.

@evanwporter evanwporter added the bug Something isn't working label Dec 31, 2024
@andrewbenington
Copy link
Owner

this could be faked by adding a keyboard event listener to a wrapper DOM element, maybe in App.tsx. we need to make sure the fake event is only triggered on Windows though, probably by checking navigator.agent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants