Files
MacroPadOS/macropad_apps/json/numpad.json
T

53 lines
946 B
JSON

{
"profileName" : "Numpad Json",
"sortOrder" : 0,
"key1" : {
"text" : "7",
"values" : ["SEVEN"]
},
"key2" : {
"text" : "8",
"values" : ["EIGHT"]
},
"key3" : {
"text" : "9",
"values" : ["NINE"]
},
"key4" : {
"text" : "4",
"values" : ["FOUR"]
},
"key5" : {
"text" : "5",
"values" : ["FIVE"]
},
"key6" : {
"text" : "6",
"values" : ["SIX"]
},
"key7" : {
"text" : "1",
"values" : ["ONE"]
},
"key8" : {
"text" : "2",
"values" : ["TWO"]
},
"key9" : {
"text" : "3",
"values" : ["THREE"]
},
"key10" : {
"text" : "0",
"values" : ["ZERO"]
},
"key11" : {
"text" : ".",
"values" : ["PERIOD"]
},
"key12" : {
"text" : "ENT",
"values" : ["RETURN"]
}
}