GNOME Bugzilla – Bug 142054
Search/Contents should have mnemonics
Last modified: 2005-09-28 19:13:45 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.
Created attachment 27446 [details] [review] patch to provide menmonics for Search/Contents tabs
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 ().
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.
I've added menu items with short-cuts for this, we can tweak the short-cuts if necessary.