]> spindle.queued.net Git - midori/commitdiff
Use Alt+Shift+Left/ Right for Previous and Next actions
authorChristian Dywan <christian@twotoasts.de>
Thu, 2 Sep 2010 22:21:03 +0000 (00:21 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 2 Sep 2010 22:21:03 +0000 (00:21 +0200)
Control+Left/ Right conflicts with text cursor movement.

midori/midori-browser.c

index 03f23a800a206f4d50349b2a68fadee199897c76..05c9b3369d4fd13becc159dbd7a8490c69af83c0 100644 (file)
@@ -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,