From 5cf8fec09d9937d874375ab25c42db2a32ba97cf Mon Sep 17 00:00:00 2001 From: HW Date: Sat, 19 May 2012 00:35:46 +0200 Subject: [PATCH] added input group for numerical input --- inputevent.lua | 3 +++ 1 file changed, 3 insertions(+) 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",