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 320061 - treeview typeahead should use ctrl-shift-g to go to last result
treeview typeahead should use ctrl-shift-g to go to last result
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.8.x
Other All
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2005-10-28 09:47 UTC by Christian Neumair
Modified: 2005-10-28 17:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (against HEAD) (1.11 KB, patch)
2005-10-28 09:48 UTC, Christian Neumair
none Details | Review

Description Christian Neumair 2005-10-28 09:47:39 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.
Comment 1 Christian Neumair 2005-10-28 09:48:14 UTC
Created attachment 53983 [details] [review]
Proposed patch (against HEAD)
Comment 2 Matthias Clasen 2005-10-28 17:11:12 UTC
	* gtk/gtktreeview.c (gtk_tree_view_search_key_press_event): Handle
	Shift-G to go to the previous match, like firefox.  (#320061, Christian
	Neumair)