GNOME Bugzilla – Bug 161489
Make left/right arrows change focus between bookmarks and file list
Last modified: 2009-07-28 00:58:15 UTC
If the bookmarks list or the file list have the focus, it would be nice to have the left/right arrow keys switch among them. Be careful to flip them around for the RTL case. JRB pointed out that this would break horizontal scrolling, but we should probably switch the bookmarks list to using ellipsization and disable horizontal scrolling altogether.
Created attachment 83898 [details] [review] Proposed patch The attached patch sets the X scroll policy to GTK_POLICY_NEVER for both the file and the shortcut tree view. This shouldn't be a problem as you can resize the window and the panes using the keyboard.
Updating version to 2.10.x.
Created attachment 139342 [details] [review] gtk2-bgo161489-filechooser-left-right-focus-switch.diff I've committed a slight modification of Manny's patch; it's pushed as d55ff39ad0e8cdfa2ce37c2551b2177026436c65. Thanks, Manny!