GNOME Bugzilla – Bug 573624
Reset font size with ctrl+0 from num block
Last modified: 2009-09-05 19:08:26 UTC
For me, pressing ctrl+0 (with the "0" from the number block) does not work. It works in Firefox for example. Using xev, I found the internal symbols are differen: ctrl+0 keysym 0x30, 0 ctrl+0 on numpad keysym 0xffb0, KP_0
Created attachment 142520 [details] [review] [PATCH] ephy-window: make <ctrl>KP_0 an alias to <ctrl>0 Bug 573624 - Reset font size with ctrl+0 from num block --- src/ephy-window.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Please test my attached patch, I don't have a keypad here.
Comment on attachment 142520 [details] [review] [PATCH] ephy-window: make <ctrl>KP_0 an alias to <ctrl>0 I don't have a keypad either, but this seems simple enough :)
Tested & works perfectly.
Fixed in master c1199f2b921e60cadc26e350f4f6590f84197d3b