diff --git a/inputevent.lua b/inputevent.lua index af27c3f05..36a3f1b95 100644 --- a/inputevent.lua +++ b/inputevent.lua @@ -194,6 +194,9 @@ Input = { "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z" }, + Numeric = { + "0", "1", "2", "3", "4", "5", "6", "7", "8", "9" + }, Text = { " ", ".", "/", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9",