GNOME Bugzilla – Bug 302746
Totem doesn't use regular GNOME shortcut keys for zoom
Last modified: 2006-03-02 00:09:26 UTC
I think totem should support the default GNOME keys for zooming as mentioned here: http://developer.gnome.org/projects/gup/hig/2.0/input-keyboard.html#id2555160 "Table�10.7.�Standard GNOME application shortcut keys and access keys - View menu Function Shortcut Description Zoom In Ctrl-Plus Zoom in on the document Zoom Out Ctrl-Minus Zoom out of the document Normal Size Ctrl-0 Restore to zoom level to normal size (generally 100%) " I'm not sure it's fair to single out totem though. Of the apps I have only the following follow this: firefox evince, abiword (although ctrl-0 doesn't work) However apps which don't always follow the rules are as follows: gnome-terminal and eog (use ctrl+-= for normal size) gthumb (no shortcuts for zoom at all) Other information: I suspect R and T were used because they follow another movie player's shortcuts. If that was the case and movie players normally use R and T then the shortcuts should be left as is.
*** Bug 305820 has been marked as a duplicate of this bug. ***
FYI I already filed bug 305825 for gthumb and bug 305822 for eog to get this all consistent
The zoom keys appear to have been removed (I can't see them in the menu and presing r or t doesn'tdo anything) some time inbetween my filing this bug and totem 1.3.91 being released. Should this bug resolved invalid or will they be back again in the future?
I´ll close it for now, because zooming is not in Totem anymore. We just file this bug again if it gets implemented again and the zoom keys are not the regular ones
Huh? Zooming is in totem, you're just using a backend that doesn't support it.
Yes it's true I switched from using the xine backend to using the gstreamer backend. Perhaps I should have filed this bug against the xine backend?
I didn't change the shortcuts appearing in the menu, as they are the hard to discover ones, but to choose the element of least surprise, we also handle the HIG recommended ones. 2006-03-02 Bastien Nocera <hadess@hadess.net> * src/metadata-test.c: (main): Init the locale properly, to avoid printing in the C locale * src/totem.c: (totem_action_handle_key_press), (on_window_key_press_event): handle the HIG recommended zooming keyboard shortcuts: Ctrl++, Ctrl+- and Ctrl+0 (Closes: #302746)