mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Indicate in the help page that "Home" is the key to be used for exiting the application.
This commit is contained in:
@@ -532,7 +532,7 @@ function FileChooser:addAllCommands()
|
||||
self.pagedirty = true
|
||||
end
|
||||
)
|
||||
self.commands:add(KEY_HOME, nil, "Back",
|
||||
self.commands:add(KEY_HOME, nil, "Home",
|
||||
"exit",
|
||||
function(self)
|
||||
return "break"
|
||||
|
||||
Reference in New Issue
Block a user