Change Focus Current Tab to Ctrl+Alt+Home

Ctrl+Home conflicts with horizontally scrolling left.
This commit is contained in:
Christian Dywan 2012-08-08 23:49:12 +02:00
parent 60f93f157a
commit da4c27f673
1 changed files with 1 additions and 1 deletions

View 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",