After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 557464 - Allow for accel display without actual action
Allow for accel display without actual action
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: GtkMenu
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-10-22 17:47 UTC by Bastien Nocera
Modified: 2018-02-13 10:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2008-10-22 17:47:20 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.
Comment 1 Matthias Clasen 2018-02-10 03:43:10 UTC
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.
Comment 2 Bastien Nocera 2018-02-13 10:03:34 UTC
Problem is solved by the shortcuts cheatsheet dialogue.