mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-06 16:34:13 +00:00
add accels for history actions
This commit is contained in:
parent
0a09de1fdd
commit
4cde44025f
10
src/main.cpp
10
src/main.cpp
@ -47,6 +47,16 @@ int main(
|
|||||||
"<Primary>r"
|
"<Primary>r"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
app->set_accel_for_action(
|
||||||
|
"win.main_tab_page_navigation_history_back",
|
||||||
|
"<Primary>Left"
|
||||||
|
);
|
||||||
|
|
||||||
|
app->set_accel_for_action(
|
||||||
|
"win.main_tab_page_navigation_history_forward",
|
||||||
|
"<Primary>Right"
|
||||||
|
);
|
||||||
|
|
||||||
// Launch browser component
|
// Launch browser component
|
||||||
return app->make_window_and_run<app::Browser>(
|
return app->make_window_and_run<app::Browser>(
|
||||||
argc,
|
argc,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user