Web Search should be Ctrl+K instead of Ctrl+Shift+F
This commit is contained in:
parent
3535ed6e48
commit
9ab74673a8
1 changed files with 1 additions and 1 deletions
|
@ -2373,7 +2373,7 @@ static const GtkActionEntry entries[] = {
|
||||||
N_("Location..."), "<Ctrl>l",
|
N_("Location..."), "<Ctrl>l",
|
||||||
N_("Open a particular location"), G_CALLBACK (_action_location_activate) },
|
N_("Open a particular location"), G_CALLBACK (_action_location_activate) },
|
||||||
{ "Search", GTK_STOCK_FIND,
|
{ "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) },
|
N_("Run a web search"), G_CALLBACK (_action_search_activate) },
|
||||||
{ "OpenInPageholder", GTK_STOCK_JUMP_TO,
|
{ "OpenInPageholder", GTK_STOCK_JUMP_TO,
|
||||||
N_("Open in Page_holder..."), "",
|
N_("Open in Page_holder..."), "",
|
||||||
|
|
Loading…
Reference in a new issue