GNOME Bugzilla – Bug 504869
Key binding for folder expansion
Last modified: 2010-07-11 20:05:59 UTC
Please make Folder view in Nautilus Filebrowser navigable with keyboard like the Windows file explorer can be used with the keyboard (arrow keys to open folders in the tree view, etc) Other information: See the File Explorer as found in Windows 2000/Xp.
Confirming and adjusting title.
Created attachment 165309 [details] [review] Adds key binding for expanding and collapsing folders in list view (#504869)
Review of attachment 165309 [details] [review]: Looks good, except for the comment below. ::: src/file-manager/fm-list-view.c @@ +985,3 @@ + gtk_tree_view_get_cursor (tree_view, &path, NULL); + if (path) { + gtk_tree_view_expand_row (tree_view, path, FALSE); You should free |path| here and below.
Created attachment 165583 [details] [review] Adds key binding for expanding and collapsing folders in list view (#504869) > You should free |path| here and below. Of course, thanks
Review of attachment 165583 [details] [review]: Thanks, looks good to me.
Committed, marking as FIXED