mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
rename action namespace
This commit is contained in:
parent
57f43e2dd9
commit
a533e3aa7a
6 changed files with 19 additions and 27 deletions
|
|
@ -28,12 +28,12 @@ int main(
|
|||
|
||||
// Init accels @TODO db settings
|
||||
app->set_accel_for_action(
|
||||
"win.tab_append",
|
||||
"win.main_tab_append",
|
||||
"<Primary>t"
|
||||
);
|
||||
|
||||
app->set_accel_for_action(
|
||||
"win.tab_update",
|
||||
"win.main_tab_update",
|
||||
"<Primary>r"
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue