]> www.fi.muni.cz Git - evince.git/commitdiff
Follow up to bug #539972. Alt+Arrows conflict with
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Sun, 5 Apr 2009 10:22:08 +0000 (10:22 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Sun, 5 Apr 2009 10:22:08 +0000 (10:22 +0000)
view scrolling, changed it to Ctrl+Arrows.

svn path=/trunk/; revision=3571

shell/ev-window.c

index a9578e4863031c1fae8e559059a2f4605cd24a61..ca41ba790d740071b3fd0d244c136f1088e51cd7 100644 (file)
@@ -5040,9 +5040,9 @@ static const GtkActionEntry entries[] = {
          G_CALLBACK (ev_window_cmd_edit_find_previous) },
         { "EditToolbar", NULL, N_("T_oolbar"), NULL, NULL,
           G_CALLBACK (ev_window_cmd_edit_toolbar) },
-       { "EditRotateLeft", EV_STOCK_ROTATE_LEFT, N_("Rotate _Left"), "<alt>Left", NULL,
+       { "EditRotateLeft", EV_STOCK_ROTATE_LEFT, N_("Rotate _Left"), "<control>Left", NULL,
          G_CALLBACK (ev_window_cmd_edit_rotate_left) },
-       { "EditRotateRight", EV_STOCK_ROTATE_RIGHT, N_("Rotate _Right"), "<alt>Right", NULL,
+       { "EditRotateRight", EV_STOCK_ROTATE_RIGHT, N_("Rotate _Right"), "<control>Right", NULL,
          G_CALLBACK (ev_window_cmd_edit_rotate_right) },
 
         /* View menu */