added input group for numerical input

This commit is contained in:
HW
2012-05-19 00:35:46 +02:00
parent ec39c408e9
commit 5cf8fec09d

View File

@@ -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",