From: Christian Dywan Date: Thu, 14 May 2009 18:36:26 +0000 (+0200) Subject: Bind View Source to Ctrl+U by default X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67fea42b125c5b8fe5a94f165882b78734a5582a;p=midori Bind View Source to Ctrl+U by default --- diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 34c5aef9..2e4e6cbf 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -3859,7 +3859,7 @@ static const GtkActionEntry entries[] = { N_("Custom..."), "", NULL, G_CALLBACK (_action_view_encoding_activate) }, { "SourceView", NULL, - N_("View _Source"), "", + N_("View _Source"), "U", N_("View the source code of the page"), G_CALLBACK (_action_source_view_activate) }, { "SelectionSourceView", NULL, N_("View Selection Source"), "",