From c1199f2b921e60cadc26e350f4f6590f84197d3b Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Fri, 4 Sep 2009 20:50:20 -0500 Subject: ephy-window: make KP_0 an alias to 0 Bug 573624 - Reset font size with ctrl+0 from num block --- src/ephy-window.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/ephy-window.c b/src/ephy-window.c index 8407104d2..d4d29c297 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -367,6 +367,7 @@ static const struct { GDK_KP_Add, GDK_CONTROL_MASK, "ViewZoomIn", FALSE }, { GDK_KP_Subtract, GDK_CONTROL_MASK, "ViewZoomOut", FALSE }, { GDK_equal, GDK_CONTROL_MASK, "ViewZoomIn", FALSE }, + { GDK_KP_0, GDK_CONTROL_MASK, "ViewZoomNormal", FALSE }, /* These keys are a bit strange: when pressed with no modifiers, they emit * KP_PageUp/Down Control; when pressed with Control+Shift they are KP_9/3, * when NumLock is on they are KP_9/3 and with NumLock and Control+Shift -- cgit v1.2.3