View Single Post
Old 03-22-2023, 03:18 AM   #1
cherusker
Junior Member
cherusker began at the beginning.
 
cherusker's Avatar
 
Posts: 3
Karma: 10
Join Date: Mar 2023
Device: Pocketbook Touch HD 3
Question input.lua permanent changes

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!
cherusker is offline   Reply With Quote