]> spindle.queued.net Git - midori/commitdiff
Change Focus Current Tab to Ctrl+Alt+Home
authorChristian Dywan <christian@twotoasts.de>
Wed, 8 Aug 2012 21:49:12 +0000 (23:49 +0200)
committerChristian Dywan <christian@twotoasts.de>
Wed, 8 Aug 2012 23:02:56 +0000 (01:02 +0200)
Ctrl+Home conflicts with horizontally scrolling left.

midori/midori-browser.c

index 3e32d5a71dd2137262049b19bbd056b4cc654ed9..a3851d8cc6baaba769037c56d7d82107e3491159 100644 (file)
@@ -5759,7 +5759,7 @@ static const GtkActionEntry entries[] =
     { "TabMoveForward", NULL, N_("_Move Tab Forward"), "<Ctrl><Shift>Page_Down",
        NULL, G_CALLBACK (_action_tab_move_forward_activate) },
     { "TabCurrent", NULL,
-        N_("Focus _Current Tab"), "<Ctrl>Home",
+        N_("Focus _Current Tab"), "<Ctrl><Alt>Home",
         NULL, G_CALLBACK (_action_tab_current_activate) },
     { "NextView", NULL,
         N_("Focus _Next view"), "F6",