fix PgFwd/PgBack cannot turn page in PDF scroll mode

pull/1390/head
chrox 10 years ago
parent 6a06cfaea5
commit d94d7d3aa7

@ -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},

Loading…
Cancel
Save