mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix table index in sequenceToString method
This commit is contained in:
@@ -315,8 +315,8 @@ function Input:sequenceToString(sequence)
|
||||
end
|
||||
end
|
||||
if #modifiers then
|
||||
keystring[0] = table.concat(modifiers, "-")
|
||||
keystring[1] = "-"
|
||||
keystring[1] = table.concat(modifiers, "-")
|
||||
keystring[2] = "-"
|
||||
end
|
||||
return table.concat(keystring)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user