mirror of https://github.com/kivy/kivy.git
38 lines
706 B
JSON
38 lines
706 B
JSON
{
|
|
"title" : "Numeric",
|
|
"description" : "A numeric keypad",
|
|
"cols" : 3,
|
|
"rows": 4,
|
|
"normal_1": [
|
|
["7", "7", "7", 1],
|
|
["8", "8", "8", 1],
|
|
["9", "9", "9", 1]],
|
|
"normal_2": [
|
|
["4", "4", "4", 1],
|
|
["5", "5", "5", 1],
|
|
["6", "6", "6", 1]],
|
|
"normal_3": [
|
|
["1", "1", "1", 1],
|
|
["2", "2", "2", 1],
|
|
["3", "3", "3", 1]],
|
|
"normal_4": [
|
|
["0", "0", "0", 1],
|
|
[".", ".", ".", 1],
|
|
["\u232b", null, "backspace", 1]],
|
|
"shift_1": [
|
|
["7", "7", "7", 1],
|
|
["8", "8", "8", 1],
|
|
["9", "9", "9", 1]],
|
|
"shift_2": [
|
|
["4", "4", "4", 1],
|
|
["5", "5", "5", 1],
|
|
["6", "6", "6", 1]],
|
|
"shift_3": [
|
|
["1", "1", "1", 1],
|
|
["2", "2", "2", 1],
|
|
["3", "3", "3", 1]],
|
|
"shift_4": [
|
|
["0", "0", "0", 1],
|
|
[".", ".", ".", 1],
|
|
["\u232b", null, "backspace", 1]]
|
|
} |