[Xfce4-commits] <midori:master> Use Alt+Shift+Left/ Right for Previous and Next actions

Christian Dywan noreply at xfce.org
Fri Sep 3 00:36:01 CEST 2010


Updating branch refs/heads/master
         to 91328aef2e24e3261048a9610bf95f1e4ba45d2b (commit)
       from ea319f531bd428139d73b0902d8d156b4be7a765 (commit)

commit 91328aef2e24e3261048a9610bf95f1e4ba45d2b
Author: Christian Dywan <christian at twotoasts.de>
Date:   Fri Sep 3 00:21:03 2010 +0200

    Use Alt+Shift+Left/ Right for Previous and Next actions
    
    Control+Left/ Right conflicts with text cursor movement.

 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 03f23a8..05c9b33 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -4932,11 +4932,11 @@ static const GtkActionEntry entries[] =
         NULL, "<Alt>Right",
         N_("Go forward to the next page"), G_CALLBACK (_action_navigation_activate) },
     { "Previous", GTK_STOCK_MEDIA_PREVIOUS,
-        NULL, "<Ctrl>Left",
+        NULL, "<Alt><Shift>Left",
         /* i18n: Visit the previous logical page, ie. in a forum or blog */
         N_("Go to the previous sub-page"), G_CALLBACK (_action_navigation_activate) },
     { "Next", GTK_STOCK_MEDIA_NEXT,
-        NULL, "<Ctrl>Right",
+        NULL, "<Alt><Shift>Right",
         /* i18n: Visit the following logical page, ie. in a forum or blog */
         N_("Go to the next sub-page"), G_CALLBACK (_action_navigation_activate) },
     { "Homepage", STOCK_HOMEPAGE,



More information about the Xfce4-commits mailing list