Fix accel for chart edit
For some reason it was the same as the gear menu
This commit is contained in:
parent
12e3514ce2
commit
bc6d5b65ee
@ -308,7 +308,7 @@ const gchar *action_accels[] = {
|
|||||||
"app.help", "F1", NULL,
|
"app.help", "F1", NULL,
|
||||||
"win.change-tab::chart", "F5", NULL,
|
"win.change-tab::chart", "F5", NULL,
|
||||||
"win.change-tab::aspects", "F9", NULL,
|
"win.change-tab::aspects", "F9", NULL,
|
||||||
"win.change-tab::edit", "F10", NULL,
|
"win.change-tab::edit", "F4", NULL,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user