]> spindle.queued.net Git - midori/commitdiff
Ctrl+j to toggle statusbar aka downloads
authorChristian Dywan <christian@twotoasts.de>
Tue, 13 Mar 2012 23:29:34 +0000 (00:29 +0100)
committerChristian Dywan <christian@twotoasts.de>
Tue, 13 Mar 2012 23:29:34 +0000 (00:29 +0100)
This is the same as downloads in Firefox.

midori/midori-browser.c

index fa9add58e44bab40f87e7b432cbfb7ddca2015a1..8d7bbaaf65ee1fca34ea8b68ac479547f768cebc 100644 (file)
@@ -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"), "<Ctrl>j",
+        N_("Add Shortcut to the _desktop"), "",
     #else
-        N_("Create _Launcher"), "<Ctrl>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"), "<Ctrl>j",
         NULL, G_CALLBACK (_action_statusbar_activate),
         FALSE },
 };