Ctrl+j to toggle statusbar aka downloads

This is the same as downloads in Firefox.
This commit is contained in:
Christian Dywan 2012-03-14 00:29:34 +01:00
parent d94da1f69d
commit 5aebcd7b30

View file

@ -5105,9 +5105,9 @@ static const GtkActionEntry entries[] =
NULL, G_CALLBACK (_action_add_speed_dial_activate) }, NULL, G_CALLBACK (_action_add_speed_dial_activate) },
{ "AddDesktopShortcut", NULL, { "AddDesktopShortcut", NULL,
#if HAVE_HILDON #if HAVE_HILDON
N_("Add Shortcut to the _desktop"), "<Ctrl>j", N_("Add Shortcut to the _desktop"), "",
#else #else
N_("Create _Launcher"), "<Ctrl>j", N_("Create _Launcher"), "",
#endif #endif
NULL, G_CALLBACK (_action_add_desktop_shortcut_activate) }, NULL, G_CALLBACK (_action_add_desktop_shortcut_activate) },
{ "AddNewsFeed", NULL, { "AddNewsFeed", NULL,
@ -5319,7 +5319,7 @@ static const GtkToggleActionEntry toggle_entries[] =
NULL, G_CALLBACK (_action_bookmarkbar_activate), NULL, G_CALLBACK (_action_bookmarkbar_activate),
FALSE }, FALSE },
{ "Statusbar", NULL, { "Statusbar", NULL,
N_("_Statusbar"), "", N_("_Statusbar"), "<Ctrl>j",
NULL, G_CALLBACK (_action_statusbar_activate), NULL, G_CALLBACK (_action_statusbar_activate),
FALSE }, FALSE },
}; };