mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix PgFwd/PgBack cannot turn page in PDF scroll mode
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user