add: Shift+R for manual full screen refresh

fix #78
This commit is contained in:
Qingping Hou
2012-03-31 21:17:29 +08:00
parent a035998b20
commit dc30c491f7

View File

@@ -1049,6 +1049,12 @@ function UniReader:addAllCommands()
unireader:showHighLight()
unireader:goto(unireader.pageno)
end)
self.commands:add(KEY_R, MOD_SHIFT, "R",
"manual full screen refresh",
function(unireader)
unireader.rcount = 1
fb:refresh(0)
end)
self.commands:add(KEY_HOME,nil,"Home",
"exit application",
function(unireader)