From: Christian Dywan Date: Wed, 8 Aug 2012 21:49:12 +0000 (+0200) Subject: Change Focus Current Tab to Ctrl+Alt+Home X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da4c27f673af15df740501459fbd959a6943e241;p=midori Change Focus Current Tab to Ctrl+Alt+Home Ctrl+Home conflicts with horizontally scrolling left. --- 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",