mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
add accels for history actions
This commit is contained in:
parent
0a09de1fdd
commit
4cde44025f
1 changed files with 10 additions and 0 deletions
10
src/main.cpp
10
src/main.cpp
|
|
@ -47,6 +47,16 @@ int main(
|
|||
"<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
|
||||
return app->make_window_and_run<app::Browser>(
|
||||
argc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue