Bug 52401

Summary: Add more keybindings to the listboxes
Product: [Retired] Red Hat Linux Reporter: Enrico Scholz <rh-bugzilla>
Component: gtk+Assignee: Owen Taylor <otaylor>
Status: CLOSED WONTFIX QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-08-23 19:54:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Enrico Scholz 2001-08-23 15:38:29 UTC
It would be nice if the listboxes would recognize:

* <home>/<end> -> move to the first/last element
* <A>-<Z> -> move to the first element having the pressed key as its first
letter

Comment 1 Brent Fox 2001-08-23 19:45:34 UTC
This is a GTK issue, I think.

Comment 2 Owen Taylor 2001-08-23 20:14:57 UTC
The request for HOME/END working is upstream in the list/tree key navigation
scheme that will be implemented in GTK+-2.0
http://bugzilla.gnome.org/show_bug.cgi?id=53580.

The GTK+-2.0 tree/list widget also has a interactive search feature that
is meant to be a better replacement for jumping when hitting the first
letter. (It is much the same, but the characters entered are displayed,
you can type more than one letter, and it internationalizes properly.)