[Xfce4-commits] <midori:master> Unset defaults for TabMoveFirst/ Last since the hotkeys conflict
Christian Dywan
noreply at xfce.org
Wed Dec 12 00:56:01 CET 2012
Updating branch refs/heads/master
to 7b60f630ade9bbc3d68ad329afad8761555b6656 (commit)
from d3b4af116be02befad281d9fbdde35c2743c87a3 (commit)
commit 7b60f630ade9bbc3d68ad329afad8761555b6656
Author: Christian Dywan <christian at twotoasts.de>
Date: Wed Dec 12 00:51:48 2012 +0100
Unset defaults for TabMoveFirst/ Last since the hotkeys conflict
For the moment, no clear alternative exists.
Fixes: https://bugs.launchpad.net/midori/+bug/1088102
midori/midori-browser.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 96520c0..5ba2581 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -5347,13 +5347,13 @@ static const GtkActionEntry entries[] =
{ "TabNext", GTK_STOCK_GO_FORWARD,
N_("_Next Tab"), "<Ctrl>Page_Down",
NULL, G_CALLBACK (_action_tab_next_activate) },
- { "TabMoveFirst", NULL, N_("Move Tab to _first position"), "<Ctrl><Shift>Home",
+ { "TabMoveFirst", NULL, N_("Move Tab to _first position"), NULL,
NULL, G_CALLBACK (_action_tab_move_activate) },
{ "TabMoveBackward", NULL, N_("Move Tab _Backward"), "<Ctrl><Shift>Page_Up",
NULL, G_CALLBACK (_action_tab_move_activate) },
{ "TabMoveForward", NULL, N_("_Move Tab Forward"), "<Ctrl><Shift>Page_Down",
NULL, G_CALLBACK (_action_tab_move_activate) },
- { "TabMoveLast", NULL, N_("Move Tab to _last position"), "<Ctrl><Shift>End",
+ { "TabMoveLast", NULL, N_("Move Tab to _last position"), NULL,
NULL, G_CALLBACK (_action_tab_move_activate) },
{ "TabCurrent", NULL,
N_("Focus _Current Tab"), "<Ctrl><Alt>Home",
More information about the Xfce4-commits
mailing list