mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
added input group for numerical input
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user