mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
add find action
This commit is contained in:
parent
80f7451cdc
commit
b56b36cb41
6 changed files with 94 additions and 0 deletions
|
|
@ -173,6 +173,14 @@ impl App {
|
|||
),
|
||||
&["<Primary>b"],
|
||||
),
|
||||
(
|
||||
format!(
|
||||
"{}.{}",
|
||||
browser.window.action.id,
|
||||
browser.window.action.find.simple_action.name()
|
||||
),
|
||||
&["<Primary>f"],
|
||||
),
|
||||
(
|
||||
format!(
|
||||
"{}.{}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue