spiegel-keyman/web/unit_tests/json/engine_tests/basic_lao_simulation.json
2018-02-22 10:46:30 +07:00

92 lines
No EOL
1.7 KiB
JSON

{
"keyboard": {
"id": "lao_2008_basic",
"name": "Lao Basic",
"filename": "resources/keyboards/lao_2008_basic.js",
"languages": [
{
"id": "lo",
"name": "Lao",
"region": "Asia"
}
]
},
"inputTestSets": [
{
"constraint": {
"target": "hardware",
"validOSList": null,
"validBrowsers": null
},
"testSet": [
{
"inputs": [
{
"type": "key",
"key": "s",
"code": "KeyS",
"keyCode": 83,
"modifierSet": 0,
"location": 0
}
],
"output": "ຫ"
}
]
},
{
"constraint": {
"target": "desktop",
"validOSList": null,
"validBrowsers": null
},
"testSet": [
{
"inputs": [
{
"type": "osk",
"keyID": "default-K_S"
}
],
"output": "ຫ"
}
]
},
{
"constraint": {
"target": "phone",
"validOSList": null,
"validBrowsers": null
},
"testSet": [
{
"inputs": [
{
"type": "osk",
"keyID": "default-K_S"
}
],
"output": "ຫ"
}
]
},
{
"constraint": {
"target": "tablet",
"validOSList": null,
"validBrowsers": null
},
"testSet": [
{
"inputs": [
{
"type": "osk",
"keyID": "default-K_S"
}
],
"output": "ຫ"
}
]
}
]
}