mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
add new getters, switch accel target
This commit is contained in:
parent
38f945105c
commit
5f280efaf3
4 changed files with 23 additions and 1 deletions
10
src/app.rs
10
src/app.rs
|
|
@ -197,6 +197,15 @@ impl App {
|
|||
),
|
||||
&["<Primary>u"],
|
||||
),
|
||||
// Tab actions
|
||||
(
|
||||
gformat!(
|
||||
"{}.{}",
|
||||
browser.window().tab().action().id(),
|
||||
browser.window().tab().action().append().id()
|
||||
),
|
||||
&["<Primary>t"],
|
||||
),
|
||||
// @TODO
|
||||
(
|
||||
gformat!("win.{}", action_page_reload.name()),
|
||||
|
|
@ -211,7 +220,6 @@ impl App {
|
|||
&["<Primary>Right"],
|
||||
),
|
||||
(gformat!("win.{}", action_page_home.name()), &["<Primary>h"]),
|
||||
(gformat!("win.{}", action_page_new.name()), &["<Primary>t"]),
|
||||
(gformat!("win.{}", action_page_pin.name()), &["<Primary>p"]),
|
||||
// @TODO page close missed
|
||||
] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue