You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/device/kindle/event_map_kindle4.lua

16 lines
268 B
Lua

--[[
event map for Kindle devices with control buttons & DPad
--]]
return {
[29] = "ScreenKB",
[102] = "Home",
[103] = "Up",
[104] = "LPgFwd",
[108] = "Down",
[158] = "Back",
[191] = "RPgFwd",
[193] = "LPgBack",
[194] = "Press",
}