mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
menu: keyboard_layout: add ability for layout-specific settings
A layout might want to make some specific feature configurable, so create an addToMainMenu-like system for allowing layouts to add their own configuration sub-menu to the keyboard configuration menu. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
@@ -761,6 +761,10 @@ local VirtualKeyboard = FocusManager:new{
|
||||
ru = "ru_keyboard",
|
||||
tr = "tr_keyboard",
|
||||
},
|
||||
|
||||
lang_has_submenu = {
|
||||
ja = true,
|
||||
},
|
||||
}
|
||||
|
||||
function VirtualKeyboard:init()
|
||||
|
||||
Reference in New Issue
Block a user