muda
muda copied to clipboard
Key shortcut doesn't work on `wry` example
trafficstars
Repro
- Clone this repository
- Run
cargo run --example wry - Enter
Alt + Cin 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: bc4c86bfbbcd4754417829ccb1b347d88258fb3a
- wry: 0.31.1
- OS: Windows 10
- Rust: 1.72.0
This is the same as https://github.com/tauri-apps/wry/issues/451 and so we are waiting for https://github.com/MicrosoftEdge/WebView2Feedback/issues/468#issuecomment-1016993455
Ah, I checked tauri's issues but didn't wry's. Thanks for the information.