GNOME Bugzilla – Bug 382846
Zoom should be Ctrl-+ instead of Ctrl-=
Last modified: 2006-12-07 22:13:18 UTC
Zoom out is Ctrl-- like in other programs. But Zoom in is Ctrl-=. I can see the point in that binding if you happen to have a US laptop keyboard, but Ctrl-+ ought to work. Perhaps the solution is to make both work. Also, the keypad + and - should work. (I am on a laptop now, so I cannot actually test if they do.)
EOG simply tests for { GDK_plus, GDK_equal, GDK_KP_Add } for zoom in, and { GDK_minus, GDK_KP_Subtract } for zoom out.
Created attachment 77931 [details] [review] add Ctrl-+ for ZoomIn