mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
@@ -62,6 +62,8 @@ function ReaderToc:onGesture() end
|
||||
function ReaderToc:registerKeyEvents()
|
||||
if Device:hasKeyboard() then
|
||||
self.key_events.ShowToc = { { "T" } }
|
||||
elseif Device:hasFiveWay() then
|
||||
self.key_events.ShowToc = { { "ScreenKB", "Up" } }
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user