Bridge web surface keyboard input

This commit is contained in:
2026-05-08 14:49:57 -04:00
parent 292824dc10
commit 21a72e157a
9 changed files with 485 additions and 159 deletions
+1
View File
@@ -42,6 +42,7 @@ impl ElyShell {
div()
.size_full()
.track_focus(&self.focus_handle)
.capture_key_down(cx.listener(Self::on_external_web_key_down))
.on_action(cx.listener(Self::on_close_current_tab))
.on_action(cx.listener(Self::on_focus_address_bar))
.on_action(cx.listener(Self::on_focus_command_mode))