Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2009-04-05 10:22:08 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2009-04-05 10:22:08 (GMT)
commitb999eb69d0ab36149dbdcf2e31b2798fefc707e2 (patch)
tree9fca2f00017686244d0440549b1e3dce865c524b
parent310d7d00b2e808f174750683335ec01f4af3291b (diff)
Follow up to bug #539972. Alt+Arrows conflict with
view scrolling, changed it to Ctrl+Arrows. svn path=/trunk/; revision=3571
-rw-r--r--shell/ev-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index a9578e4..ca41ba7 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -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 */