GNOME Bugzilla – Bug 74976
The enter key doesn't perform the default open action.
Last modified: 2002-05-17 19:34:23 UTC
The enter key doesn't perform the default open action like when double clicking on a file. Note this problem only exists in the list view, the icon view works as expected.
Confirming.
<sigh> list view clearly needs a lot of love. :/ smaclean, did the 1.0.x listview do all of these things correctly?
Yes, Nautilus 1.0.x had this feature and the others I reported (like drag and drop) ;) It would seem the list-view does need some love.
Created attachment 8544 [details] [review] Patch to activate selected files when Return is pressed
Shouldn't it return TRUE if it handled the keypress?
Yes, probably. OK to commit with that change?
patch applied, but returns TRUE if it handles the keypress.