Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-04-12 12:20:22 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-04-12 12:20:22 (GMT)
commit1aac2d41f056e15fefd248d67b2765da3a03ca1d (patch)
tree6c23583d41673d317c59b31ff2198e14e99b28cf /shell/ev-window.c
parent934e363e19992df871c1177ffa33044119e40266 (diff)
Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
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
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r--shell/ev-window.c2
1 files changed, 2 insertions, 0 deletions
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, "<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 */