evince r3003 - in trunk: . data shell



Author: carlosgc
Date: Sat Apr 12 13:20:22 2008
New Revision: 3003
URL: http://svn.gnome.org/viewvc/evince?rev=3003&view=rev

Log:
2008-04-12  Carlos Garcia Campos  <carlosgc gnome org>

	* data/evince-ui.xml:
	* shell/ev-window.c:

	Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.


Modified:
   trunk/ChangeLog
   trunk/data/evince-ui.xml
   trunk/shell/ev-window.c

Modified: trunk/data/evince-ui.xml
==============================================================================
--- trunk/data/evince-ui.xml	(original)
+++ trunk/data/evince-ui.xml	Sat Apr 12 13:20:22 2008
@@ -110,6 +110,7 @@
   <accelerator name="KpMinusAccel" action="KpMinus"/>
   <accelerator name="CtrlKpPlusAccel" action="CtrlKpPlus"/>
   <accelerator name="CtrlKpMinusAccel" action="CtrlKpMinus"/>
+  <accelerator name="CtrlInsertAccel" action="CtrlInsert" />
 
   <toolbar name="FullscreenToolbar">
      <toolitem name="GoPreviousPage" action="GoPreviousPage"/>

Modified: trunk/shell/ev-window.c
==============================================================================
--- trunk/shell/ev-window.c	(original)
+++ trunk/shell/ev-window.c	Sat Apr 12 13:20:22 2008
@@ -4285,6 +4285,8 @@
           G_CALLBACK (ev_window_cmd_view_zoom_in) },
         { "CtrlKpMinus", GTK_STOCK_ZOOM_OUT, NULL, "<control>KP_Subtract", NULL,
           G_CALLBACK (ev_window_cmd_view_zoom_out) },
+	{ "CtrlInsert", GTK_STOCK_COPY, NULL, "<control>Insert", NULL,
+	  G_CALLBACK (ev_window_cmd_edit_copy) },
 };
 
 /* Toggle items */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]