Hello,
on my Pocketbook Touch HD 3 I want my Back button to behave like my Forward button, so I usually edit my input.lua file and replace
Code:
[framebuffer.DEVICE_ROTATED_UPRIGHT] = {},
with
Code:
[framebuffer.DEVICE_ROTATED_UPRIGHT] = { LPgBack = "LPgFwd", RPgBack = "RPgFwd" },
This works great, but it gets overwritten with every update of KOreader.
Is there a way to make this change permanent? Can I maybe use a DEFAULTS file for that which I'm not aware of?
Thanks for your help!