evince r3571 - trunk/shell
- From: nshmyrev svn gnome org
- To: svn-commits-list gnome org
- Subject: evince r3571 - trunk/shell
- Date: Sun, 5 Apr 2009 10:22:09 +0000 (UTC)
Author: nshmyrev
Date: Sun Apr 5 10:22:08 2009
New Revision: 3571
URL: http://svn.gnome.org/viewvc/evince?rev=3571&view=rev
Log:
Follow up to bug #539972. Alt+Arrows conflict with
view scrolling, changed it to Ctrl+Arrows.
Modified:
trunk/shell/ev-window.c
Modified: trunk/shell/ev-window.c
==============================================================================
--- trunk/shell/ev-window.c (original)
+++ trunk/shell/ev-window.c Sun Apr 5 10:22:08 2009
@@ -5040,9 +5040,9 @@
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 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]