mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04: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"
|
||||
);
|
||||
|
||||
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…
x
Reference in New Issue
Block a user