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

Key shortcut doesn't work on wry example #107

Open
rhysd opened this issue Aug 30, 2023 · 2 comments
Open

Key shortcut doesn't work on wry example #107

rhysd opened this issue Aug 30, 2023 · 2 comments

Comments

@rhysd
Copy link
Contributor

rhysd commented Aug 30, 2023

Repro

  1. Clone this repository
  2. Run cargo run --example wry
  3. Enter Alt + C in keyboard

Expected behavior

Event log is output in terminal.

MenuEvent { id: MenuId("...") }

Actual behavior

Nothing is output. No menu event is received on MenuEventReceiver.

Note

When clicking items in application menu with mouse, it works as expected.

Environment

  • muda: bc4c86b
  • wry: 0.31.1
  • OS: Windows 10
  • Rust: 1.72.0
@amrbashir
Copy link
Member

This is the same as tauri-apps/wry#451 and so we are waiting for MicrosoftEdge/WebView2Feedback#468 (comment)

@rhysd
Copy link
Contributor Author

rhysd commented Aug 30, 2023

Ah, I checked tauri's issues but didn't wry's. Thanks for the information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants