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
+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:
<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"/>
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 */