]> www.fi.muni.cz Git - evince.git/commitdiff
Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
authorCarlos Garcia Campos <carlosgc@gnome.org>
Sat, 12 Apr 2008 12:20:22 +0000 (12:20 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Sat, 12 Apr 2008 12:20:22 +0000 (12:20 +0000)
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.

svn path=/trunk/; revision=3003

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

index 4b9142a1f6fae376813872fc2c037e809c2bdb58..4345e53caa42c3d496e9e65d5dedd2db9cee997e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
+       
 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * configure.ac:
index 93e4438dd36bb131f99f520d5dda07e5dc45b026..eb7ed4037acc943cbf9ca4b67c7661d1fc9a2d6f 100644 (file)
   <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"/>
index fe05cec093a29fbe0fc1b669fd90c026a92adc3b..ffac5d7387a8da8e34f32d0a098e9dd504c0af23 100644 (file)
@@ -4285,6 +4285,8 @@ static const GtkActionEntry entries[] = {
           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 */