From 1aac2d41f056e15fefd248d67b2765da3a03ca1d Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sat, 12 Apr 2008 12:20:22 +0000 Subject: 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 --- (limited to 'shell/ev-window.c') diff --git a/shell/ev-window.c b/shell/ev-window.c index fe05cec..ffac5d7 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 */ -- cgit v0.9.1