GNOME Bugzilla – Bug 320061
treeview typeahead should use ctrl-shift-g to go to last result
Last modified: 2005-10-28 17:11:12 UTC
When using Ephy or Firefox, one can use ctrl-shift-g to browse back in the list of typeahead results. This is not possible with the GtkTreeView.
Created attachment 53983 [details] [review] Proposed patch (against HEAD)
* gtk/gtktreeview.c (gtk_tree_view_search_key_press_event): Handle Shift-G to go to the previous match, like firefox. (#320061, Christian Neumair)