Desktop: Handle keyboard shortcuts that are skipped by CEF on Mac (#4322)

* Fix text selection on Mac

* Review
This commit is contained in:
Timon
2026-07-15 10:57:48 +00:00
committed by GitHub
parent 7e29fe9a31
commit f0bb2edb3d
3 changed files with 119 additions and 0 deletions
+2
View File
@@ -8,6 +8,8 @@ mod render_process_v8_handler;
mod context_menu_handler;
mod display_handler;
#[cfg(target_os = "macos")]
mod keyboard_handler;
mod life_span_handler;
mod load_handler;
mod request_handler;