From: Carlos Garcia Campos Date: Sat, 12 Apr 2008 12:20:22 +0000 (+0000) Subject: Add Ctrl-Insert keybinding for copying text. Fixes bug #526523. X-Git-Tag: EVINCE_2_23_4~45 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=1aac2d41f056e15fefd248d67b2765da3a03ca1d;p=evince.git Add Ctrl-Insert keybinding for copying text. Fixes bug #526523. 2008-04-12 Carlos Garcia Campos * data/evince-ui.xml: * shell/ev-window.c: Add Ctrl-Insert keybinding for copying text. Fixes bug #526523. svn path=/trunk/; revision=3003 --- diff --git a/ChangeLog b/ChangeLog index 4b9142a1..4345e53c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-04-12 Carlos Garcia Campos + + * data/evince-ui.xml: + * shell/ev-window.c: + + Add Ctrl-Insert keybinding for copying text. Fixes bug #526523. + 2008-04-12 Carlos Garcia Campos * configure.ac: diff --git a/data/evince-ui.xml b/data/evince-ui.xml index 93e4438d..eb7ed403 100644 --- a/data/evince-ui.xml +++ b/data/evince-ui.xml @@ -110,6 +110,7 @@ + diff --git a/shell/ev-window.c b/shell/ev-window.c index fe05cec0..ffac5d73 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -4285,6 +4285,8 @@ static const GtkActionEntry entries[] = { G_CALLBACK (ev_window_cmd_view_zoom_in) }, { "CtrlKpMinus", GTK_STOCK_ZOOM_OUT, NULL, "KP_Subtract", NULL, G_CALLBACK (ev_window_cmd_view_zoom_out) }, + { "CtrlInsert", GTK_STOCK_COPY, NULL, "Insert", NULL, + G_CALLBACK (ev_window_cmd_edit_copy) }, }; /* Toggle items */