mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
update actions
This commit is contained in:
parent
5065dd23d6
commit
d63ba8f1ad
11 changed files with 97 additions and 127 deletions
20
src/main.cpp
20
src/main.cpp
|
|
@ -27,16 +27,6 @@ int main(
|
|||
);
|
||||
|
||||
// Init accels @TODO db settings
|
||||
app->set_accel_for_action(
|
||||
"win.main_tab_append",
|
||||
"<Primary>t"
|
||||
);
|
||||
|
||||
app->set_accel_for_action(
|
||||
"win.main_tab_page_update",
|
||||
"<Primary>r"
|
||||
);
|
||||
|
||||
app->set_accel_for_action(
|
||||
"win.debug",
|
||||
"<Primary>i"
|
||||
|
|
@ -47,6 +37,16 @@ int main(
|
|||
"<Primary>q"
|
||||
);
|
||||
|
||||
app->set_accel_for_action(
|
||||
"win.main_tab_append",
|
||||
"<Primary>t"
|
||||
);
|
||||
|
||||
app->set_accel_for_action(
|
||||
"win.main_tab_page_navigation_update",
|
||||
"<Primary>r"
|
||||
);
|
||||
|
||||
// Launch browser component
|
||||
return app->make_window_and_run<app::Browser>(
|
||||
argc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue