[Xfce4-commits] <midori:master> Change Focus Current Tab to Ctrl+Alt+Home
Christian Dywan
noreply at xfce.org
Thu Aug 9 01:04:02 CEST 2012
Updating branch refs/heads/master
to da4c27f673af15df740501459fbd959a6943e241 (commit)
from 60f93f157a6c73ae1733627852b425fa968352ce (commit)
commit da4c27f673af15df740501459fbd959a6943e241
Author: Christian Dywan <christian at twotoasts.de>
Date: Wed Aug 8 23:49:12 2012 +0200
Change Focus Current Tab to Ctrl+Alt+Home
Ctrl+Home conflicts with horizontally scrolling left.
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 3e32d5a..a3851d8 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"), "<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",
More information about the Xfce4-commits
mailing list