mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
draft focus out action
This commit is contained in:
parent
44c669389a
commit
e606ef5fa9
5 changed files with 48 additions and 2 deletions
|
|
@ -156,6 +156,14 @@ impl App {
|
|||
),
|
||||
&["<Primary>u"],
|
||||
),
|
||||
(
|
||||
format!(
|
||||
"{}.{}",
|
||||
browser.action.id,
|
||||
browser.action.focus.gobject.name()
|
||||
),
|
||||
&["Escape"],
|
||||
),
|
||||
// Tab actions
|
||||
(
|
||||
format!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue