-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcommands.json
More file actions
50 lines (50 loc) · 1006 Bytes
/
commands.json
File metadata and controls
50 lines (50 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"en-us": {
"control_words": [
"input",
"stop",
"enter",
"click",
"back",
"forward",
"go"
],
"typing_exit": [
"stop",
"enter"
],
"directions": {
"up": -1,
"down": 1
},
"click": "click",
"go": "go",
"typing_trigger": "input",
"back": "back",
"forward": "forward"
},
"es": {
"control_words": [
"escribir",
"detener",
"enviar",
"clic",
"atrás",
"adelante",
"ir"
],
"typing_exit": [
"detener",
"enviar"
],
"directions": {
"arriba": -1,
"abajo": 1
},
"click": "clic",
"go": "ir",
"typing_trigger": "escribir",
"back": "atrás",
"forward": "adelante"
}
}