Add Alt-Left and Back accels for the back button

This commit is contained in:
Gergely Polonkai 2014-09-04 15:25:05 +02:00
parent 7f844264cc
commit 760f0e8663
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,7 @@ const gchar *action_accels[] = {
"win.change-tab::aspects", "F6", NULL,
"win.change-tab::points", "F7", NULL,
"win.change-tab::edit", "F4", NULL,
"win.back", "<Alt>Left", "Back", NULL,
NULL
};