From 69ac04500a78ed481e6f430df40e83536f340324 Mon Sep 17 00:00:00 2001 From: Tigran Aivazian Date: Wed, 19 Sep 2012 21:45:39 +0100 Subject: [PATCH] Indicate in the help page that "Home" is the key to be used for exiting the application. --- filechooser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filechooser.lua b/filechooser.lua index bb7f26d4f..ce6332a7d 100644 --- a/filechooser.lua +++ b/filechooser.lua @@ -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"