To anyone reading this who would like to solve the same issue:
On my Tolino Epos, the front button had the identifier [4]. Accordingly, I created a new event_map.lua file within the /koreader/settings/ directory with the following contents:
return {
[4] = "RPgFwd"
}
|