mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
feat: add keyboard support for button table
This commit is contained in:
@@ -101,4 +101,8 @@ function FocusManager:onWrapLast()
|
||||
return true
|
||||
end
|
||||
|
||||
function FocusManager:getFocusItem()
|
||||
return self.layout[self.selected.y][self.selected.x]
|
||||
end
|
||||
|
||||
return FocusManager
|
||||
|
||||
Reference in New Issue
Block a user