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 142054 - Search/Contents should have mnemonics
Search/Contents should have mnemonics
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
0.9
Other Linux
: Normal minor
: ---
Assigned To: Mikael Hallendal
Mikael Hallendal
Depends on:
Blocks:
 
 
Reported: 2004-05-06 23:47 UTC by Gustavo Noronha (kov)
Modified: 2005-09-28 19:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to provide menmonics for Search/Contents tabs (704 bytes, patch)
2004-05-06 23:48 UTC, Gustavo Noronha (kov)
none Details | Review

Description Gustavo Noronha (kov) 2004-05-06 23:47:10 UTC
This is one thing I miss a lot. There is no easy way to switch between the
Contents and Search tabs with the keyboard. I suggest something like the patch
attached.
Comment 1 Gustavo Noronha (kov) 2004-05-06 23:48:43 UTC
Created attachment 27446 [details] [review]
patch to provide menmonics for Search/Contents tabs
Comment 2 Mikael Hallendal 2004-05-13 21:48:14 UTC
According to the HIG you shouldn't use access keys for notebooks.

http://developer.gnome.org/projects/gup/hig/1.0/controls.html#controls-notebooks

I suggest that this is done through the menu instead...

And by the way, did you try to use this patch before submitting it? If you add
mnemonics to labels you should use gtk_label_new_with_mnemonic ().
Comment 3 Tommi Komulainen 2004-06-16 09:09:41 UTC
FWIW Ctrl+PageUp and PageDown ("standard" GtkNotebook bindings) sometimes work,
depending on where the focus is inside the notebook.  The treeview apparently
consumes the events so the tabs aren't switched.
Comment 4 Richard Hult 2005-09-28 19:13:45 UTC
I've added menu items with short-cuts for this, we can tweak the short-cuts if
necessary.