Read keyboard line from field
This commit is contained in:
parent
2afa27bdac
commit
5f8cf98b8a
@ -631,8 +631,8 @@ local PAGES = {
|
|||||||
end
|
end
|
||||||
|
|
||||||
for _,line in ipairs(keyboardLines.lines) do
|
for _,line in ipairs(keyboardLines.lines) do
|
||||||
for i=1,#line do
|
for i=1,#line[1] do
|
||||||
local key = line:sub(i, 1)
|
local key = line[1]:sub(i, 1)
|
||||||
keyboardList:findById(key):setOnClick(function()
|
keyboardList:findById(key):setOnClick(function()
|
||||||
pageState.filter = pageState.filter..key
|
pageState.filter = pageState.filter..key
|
||||||
reloadState()
|
reloadState()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user