From da4c27f673af15df740501459fbd959a6943e241 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Wed, 8 Aug 2012 23:49:12 +0200 Subject: [PATCH] Change Focus Current Tab to Ctrl+Alt+Home Ctrl+Home conflicts with horizontally scrolling left. --- midori/midori-browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 3e32d5a7..a3851d8c 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -5759,7 +5759,7 @@ static const GtkActionEntry entries[] = { "TabMoveForward", NULL, N_("_Move Tab Forward"), "Page_Down", NULL, G_CALLBACK (_action_tab_move_forward_activate) }, { "TabCurrent", NULL, - N_("Focus _Current Tab"), "Home", + N_("Focus _Current Tab"), "Home", NULL, G_CALLBACK (_action_tab_current_activate) }, { "NextView", NULL, N_("Focus _Next view"), "F6",