return to file list with fiveway left

It's nice and symetrical to show info (fiveway right) so you don't have
to move hands from fiveway while having long names lookup
Dobrica Pavlinusic 12 years ago
parent a08c35a52c
commit d678510d9a

@ -278,7 +278,7 @@ function FileInfo:addAllCommands()
self.pagedirty = true
end
)
self.commands:add({KEY_BACK, KEY_HOME}, nil, "Back",
self.commands:add({KEY_BACK, KEY_HOME, KEY_FW_LEFT}, nil, "Back",
"back",
function(self)
return "break"

Loading…
Cancel
Save