mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
init update action
This commit is contained in:
parent
68a97fdc88
commit
ae3cc7a7d5
14 changed files with 91 additions and 27 deletions
|
|
@ -22,6 +22,7 @@ fn main() -> glib::ExitCode {
|
|||
app.set_accels_for_action("win.tab_page_reload", &["<Primary>r"]);
|
||||
app.set_accels_for_action("win.tab_page_bookmark", &["<Primary>b"]);
|
||||
app.set_accels_for_action("win.debug", &["<Primary>i"]);
|
||||
app.set_accels_for_action("win.update", &["<Primary>u"]);
|
||||
app.set_accels_for_action("win.quit", &["<Primary>Escape"]);
|
||||
|
||||
// Create new window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue