[Xfce4-commits] <midori:master> Default to Ctrl+Alt+U instead of Ctrl+U for View source
Christian Dywan
noreply at xfce.org
Mon Sep 28 23:12:02 CEST 2009
Updating branch refs/heads/master
to 6d31faecf3412b49663a08c2e3e7d453e9f87503 (commit)
from 1d634247c7e013794a7d4c75843c0e926491b9d0 (commit)
commit 6d31faecf3412b49663a08c2e3e7d453e9f87503
Author: Christian Dywan <christian at twotoasts.de>
Date: Mon Sep 28 23:10:31 2009 +0200
Default to Ctrl+Alt+U instead of Ctrl+U for View source
midori/midori-browser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 4e7b6b8..3e722ab 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -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"), "",
More information about the Xfce4-commits
mailing list