Updating branch refs/heads/master
to da4c27f673af15df740501459fbd959a6943e241 (commit)
from 60f93f157a6c73ae1733627852b425fa968352ce (commit)
commit da4c27f673af15df740501459fbd959a6943e241
Author: Christian Dywan <[email protected]>
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",
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits