muda icon indicating copy to clipboard operation
muda copied to clipboard

Key shortcut doesn't work on `wry` example

Open rhysd opened this issue 2 years ago • 2 comments
trafficstars

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: bc4c86bfbbcd4754417829ccb1b347d88258fb3a
  • wry: 0.31.1
  • OS: Windows 10
  • Rust: 1.72.0

rhysd avatar Aug 30 '23 12:08 rhysd

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

amrbashir avatar Aug 30 '23 12:08 amrbashir

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

rhysd avatar Aug 30 '23 13:08 rhysd