mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
exit with just home (no modifier)
This commit is contained in:
@@ -1739,7 +1739,7 @@ function UniReader:addAllCommands()
|
||||
function(unireader)
|
||||
return "break"
|
||||
end)
|
||||
self.commands:add(KEY_HOME,MOD_ALT,"Home",
|
||||
self.commands:add(KEY_HOME,nil,"Home",
|
||||
"exit application",
|
||||
function(unireader)
|
||||
keep_running = false
|
||||
|
||||
Reference in New Issue
Block a user