Focus command mode from shortcut

This commit is contained in:
2026-05-07 20:57:53 -04:00
parent 9c5f93bcb8
commit 4d50946072
3 changed files with 29 additions and 4 deletions
+1
View File
@@ -37,6 +37,7 @@ impl ElyShell {
.track_focus(&self.focus_handle)
.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))
.on_action(cx.listener(Self::on_open_downloads))
.on_action(cx.listener(Self::on_open_new_tab))
.on_action(cx.listener(Self::on_restore_closed_tab))