adjustment to ToC shortcut

reviewable/pr11749/r2
SomeGuy 3 weeks ago committed by GitHub
parent 0a32a318d7
commit bef0b0180f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -63,7 +63,7 @@ function ReaderToc:registerKeyEvents()
if Device:hasKeyboard() then
self.key_events.ShowToc = { { "T" } }
elseif Device:hasPageUpDownKeys() and Device:hasDPad() then
self.key_events.ShowToc = { { "ScreenKB" } }
self.key_events.ShowToc = { { "ScreenKB", "Up" } }
end
end

Loading…
Cancel
Save