From 5aebcd7b3019d7fb29cd24011aa371cce953b874 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Wed, 14 Mar 2012 00:29:34 +0100 Subject: [PATCH] Ctrl+j to toggle statusbar aka downloads This is the same as downloads in Firefox. --- midori/midori-browser.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }, }; -- 2.39.5