mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix wrong PgBack/PgFwd key binding
This commit is contained in:
@@ -78,8 +78,8 @@ function PocketBook840:init()
|
||||
self.input = require("device/input"):new{
|
||||
device = self,
|
||||
event_map = {
|
||||
[25] = "LPgBack",
|
||||
[24] = "LPgFwd",
|
||||
[24] = "LPgBack",
|
||||
[25] = "LPgFwd",
|
||||
[1002] = "Power",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user