View Single Post
Old 09-24-2025, 11:41 PM   #11
matthew_h
Junior Member
matthew_h began at the beginning.
 
Posts: 3
Karma: 22
Join Date: Sep 2025
Device: Kindle Scribe 2022, Kindle PW6
It's just a generic Bluetooth 3.0 keyboard.
I was able to get the keyboard working in KOReader by adding
hasKeys = yes,
hasDPad = yes,
under 'local KindlePaperWhite6 = Kindle:extend{' in 'frontend/device/kindle/device.lua'
and
self.input = require("device/input"):new{
device = self,
event_map = dofile("frontend/device/kindle/event_map_kindle4.lua"),
}
under 'function KindlePaperWhite6:init()'.
'hasDPad = yes,' isn't necessary but allows navigation with the arrow keys
matthew_h is offline   Reply With Quote