draft focus out action

This commit is contained in:
yggverse 2024-12-13 00:03:33 +02:00
parent 44c669389a
commit e606ef5fa9
5 changed files with 48 additions and 2 deletions

View file

@ -156,6 +156,14 @@ impl App {
),
&["<Primary>u"],
),
(
format!(
"{}.{}",
browser.action.id,
browser.action.focus.gobject.name()
),
&["Escape"],
),
// Tab actions
(
format!(