]> spindle.queued.net Git - midori/commitdiff
Web Search should be Ctrl+K instead of Ctrl+Shift+F
authorChristian Dywan <christian@twotoasts.de>
Thu, 19 Jun 2008 22:11:54 +0000 (00:11 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 19 Jun 2008 22:11:54 +0000 (00:11 +0200)
midori/midori-browser.c

index 2f1b702bee03b1df3b8113725ad4ab8081ff9558..9d96b4bf314a180528237cd73449c9715c70b124 100644 (file)
@@ -2373,7 +2373,7 @@ static const GtkActionEntry entries[] = {
    N_("Location..."), "<Ctrl>l",
    N_("Open a particular location"), G_CALLBACK (_action_location_activate) },
  { "Search", GTK_STOCK_FIND,
-   N_("Web Search..."), "<Ctrl><Shift>f",
+   N_("Web Search..."), "<Ctrl>k",
    N_("Run a web search"), G_CALLBACK (_action_search_activate) },
  { "OpenInPageholder", GTK_STOCK_JUMP_TO,
    N_("Open in Page_holder..."), "",