mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
move keyboard layout into data modules
also changed keyboard mode for number to 4
This commit is contained in:
@@ -125,7 +125,7 @@ end
|
||||
function InputText:initKeyboard()
|
||||
local keyboard_layout = 2
|
||||
if self.input_type == "number" then
|
||||
keyboard_layout = 3
|
||||
keyboard_layout = 4
|
||||
end
|
||||
self.keyboard = Keyboard:new{
|
||||
layout = keyboard_layout,
|
||||
|
||||
Reference in New Issue
Block a user