GNOME Bugzilla – Bug 136814
Keyboard Hinting in FileSelection Dialogues.
Last modified: 2004-12-22 21:47:04 UTC
It would certainly prove handy for the GTK's file-selection dialogues to support file-search and -selecting based upon keyboard input into the dialog. Suppose that one has spawned an open dialog in a directory in which numerous files reside; it would be very nice for the file-selection dialog to scroll around in the file list based upon what a user types. Example: File list aaaa aaba aabb Type 'a'; first 'aaaa' becomes selected. Type 'a'; first 'aaaa' remains selected. Type 'b'; second 'aaba' becomes selected. Type 'b'; third 'aabb' becomes selected.
Typeahead is planned, but not doable on the 2.4.0 timeframe.
This could be combined with bug 42203
*** This bug has been marked as a duplicate of 137871 ***