wry@0.23.2
- On macOS, remove all custom keydown implementations. This will bring back keydown regression but should allow all accelerator working.
- Suppress
unused_variables
warning reported only in release build. - Add
WebViewBuilderExtWindows::with_browser_accelerator_keys
method to allow disabling browser-specific accelerator keys enabled in WebView2 by default. Whenfalse
is passed, it disables all accelerator keys that access features specific to a web browser. See the official WebView2 document for more details.
© 2024 Tauri Contributors. CC-BY / MIT