View Single Post
Old 11-29-2021, 02:03 PM   #8
pazos
cosiņeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,406
Karma: 2451781
Join Date: Apr 2014
Device: BQ Cervantes 4
Quote:
Originally Posted by prekabik View Post
So guys, is something what I could do myself or should I wait for any solution from you wise men?
Change https://github.com/koreader/koreader....lua#L170-L175

On your device it will be placed on /mnt/onboard/.adds/koreader/frontend/device/input.lua

You just need to change a single action. Asumming you asigned both keys to "LPgFwd"

Instead of
Code:
LPgFwd = "LPgBack"
You need
Code:
LPgFwd = "LPgFwd"
Remember to apply the same change after each update.
pazos is offline   Reply With Quote