GNOME Bugzilla – Bug 557464
Allow for accel display without actual action
Last modified: 2018-02-13 10:03:34 UTC
In Totem, we want single key presses to be able to activate functions. For example, pressing 'f' should be able to go to fullscreen. But we also want to make sure that people can still type things into the sidebar, even if they contain an "F". For the "F" problem, Totem actually sets "F11" as the accel for the action in GtkUIManager, and handles the stand-alone "F" through a key_press_event signal on the main window. We however still see the problem for the "0" shortcut (resize the window to half the size of the playing video), where there's no accel with modifiers for that action.
We're moving to gitlab! As part of this move, we are closing bugs that haven't seen activity in more than 5 years. If this issue is still imporant to you and still relevant with GTK+ 3.22 or master, please consider creating a gitlab issue for it.
Problem is solved by the shortcuts cheatsheet dialogue.