Unify accels for the view changer menu
This commit is contained in:
parent
af22424f5e
commit
462ea99cc7
@ -313,7 +313,8 @@ const gchar *action_accels[] = {
|
|||||||
"win.gear-menu", "F10", NULL,
|
"win.gear-menu", "F10", NULL,
|
||||||
"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", "F6", NULL,
|
||||||
|
"win.change-tab::points", "F7", NULL,
|
||||||
"win.change-tab::edit", "F4", NULL,
|
"win.change-tab::edit", "F4", NULL,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<attribute name="label" translatable="yes">Edit</attribute>
|
<attribute name="label" translatable="yes">Edit</attribute>
|
||||||
<attribute name="action">win.change-tab</attribute>
|
<attribute name="action">win.change-tab</attribute>
|
||||||
<attribute name="accel"><F3></attribute>
|
<attribute name="accel"><F4></attribute>
|
||||||
<attribute name="target">edit</attribute>
|
<attribute name="target">edit</attribute>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
Loading…
Reference in New Issue
Block a user