]> spindle.queued.net Git - midori/commitdiff
Default to Ctrl+Alt+U instead of Ctrl+U for View source
authorChristian Dywan <christian@twotoasts.de>
Mon, 28 Sep 2009 21:10:31 +0000 (23:10 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 28 Sep 2009 21:10:31 +0000 (23:10 +0200)
midori/midori-browser.c

index 4e7b6b8cbe581fabdf406738363b4de43ebf1157..3e722abb8f665e0e8ae2ae58386b9a5bc5fb2d36 100644 (file)
@@ -4433,7 +4433,7 @@ static const GtkActionEntry entries[] = {
    N_("Reset the zoom level"), G_CALLBACK (_action_zoom_normal_activate) },
  { "Encoding", NULL, N_("_Encoding") },
  { "SourceView", NULL,
-   N_("View So_urce"), "<Ctrl>U",
+   N_("View So_urce"), "<Ctrl><Alt>U",
    N_("View the source code of the page"), G_CALLBACK (_action_source_view_activate) },
  { "SelectionSourceView", NULL,
     N_("View Selection Source"), "",