From: Christian Dywan Date: Tue, 13 Mar 2012 23:29:34 +0000 (+0100) Subject: Ctrl+j to toggle statusbar aka downloads X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aebcd7b3019d7fb29cd24011aa371cce953b874;p=midori Ctrl+j to toggle statusbar aka downloads This is the same as downloads in Firefox. --- diff --git a/midori/midori-browser.c b/midori/midori-browser.c index fa9add58..8d7bbaaf 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -5105,9 +5105,9 @@ static const GtkActionEntry entries[] = NULL, G_CALLBACK (_action_add_speed_dial_activate) }, { "AddDesktopShortcut", NULL, #if HAVE_HILDON - N_("Add Shortcut to the _desktop"), "j", + N_("Add Shortcut to the _desktop"), "", #else - N_("Create _Launcher"), "j", + N_("Create _Launcher"), "", #endif NULL, G_CALLBACK (_action_add_desktop_shortcut_activate) }, { "AddNewsFeed", NULL, @@ -5319,7 +5319,7 @@ static const GtkToggleActionEntry toggle_entries[] = NULL, G_CALLBACK (_action_bookmarkbar_activate), FALSE }, { "Statusbar", NULL, - N_("_Statusbar"), "", + N_("_Statusbar"), "j", NULL, G_CALLBACK (_action_statusbar_activate), FALSE }, };