aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ephy-window.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index eb2c4c9cc..bf8f98f0b 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -361,6 +361,9 @@ static const struct
{ GDK_R, GDK_CONTROL_MASK |
GDK_SHIFT_MASK, "ViewReload", FALSE },
{ GDK_F5, 0, "ViewReload", FALSE },
+ { GDK_KP_Add, GDK_CONTROL_MASK, "ViewZoomIn", FALSE },
+ { GDK_KP_Subtract, GDK_CONTROL_MASK, "ViewZoomOut", FALSE },
+ { GDK_equal, GDK_CONTROL_MASK, "ViewZoomIn", FALSE },
#ifdef HAVE_X11_XF86KEYSYM_H
{ XF86XK_HomePage, 0, "GoHome", TRUE },
{ XF86XK_Back, 0, "NavigationBack", TRUE },