fix wrong PgBack/PgFwd key binding

This commit is contained in:
chrox
2015-01-19 12:50:59 +08:00
parent 78df8736aa
commit 29c15518b0

View File

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