From: Christian Dywan Date: Thu, 19 Jun 2008 22:11:54 +0000 (+0200) Subject: Web Search should be Ctrl+K instead of Ctrl+Shift+F X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ab74673a8dc4ab1a8429041937983ce76c86b5c;p=midori Web Search should be Ctrl+K instead of Ctrl+Shift+F --- diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 2f1b702b..9d96b4bf 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -2373,7 +2373,7 @@ static const GtkActionEntry entries[] = { N_("Location..."), "l", N_("Open a particular location"), G_CALLBACK (_action_location_activate) }, { "Search", GTK_STOCK_FIND, - N_("Web Search..."), "f", + N_("Web Search..."), "k", N_("Run a web search"), G_CALLBACK (_action_search_activate) }, { "OpenInPageholder", GTK_STOCK_JUMP_TO, N_("Open in Page_holder..."), "",