fix PgFwd/PgBack cannot turn page in PDF scroll mode

This commit is contained in:
chrox
2015-01-18 04:34:19 +08:00
parent 6a06cfaea5
commit d94d7d3aa7

View File

@@ -29,10 +29,10 @@ function ReaderPaging:init()
self.key_events = {
GotoNextPage = {
{Input.group.PgFwd}, doc = "go to next page",
event = "GotoPageRel", args = 1 },
event = "PagingRel", args = 1 },
GotoPrevPage = {
{Input.group.PgBack}, doc = "go to previous page",
event = "GotoPageRel", args = -1 },
event = "PagingRel", args = -1 },
GotoFirst = {
{"1"}, doc = "go to start", event = "GotoPercent", args = 0},