-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathactions.json
52 lines (52 loc) · 1.2 KB
/
actions.json
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
51
52
{
"action_sets" : [
{
"name" : "/actions/main",
"usage" : "leftright"
}
],
"actions" : [
{
"name" : "/actions/main/in/button1",
"type" : "boolean"
},
{
"name" : "/actions/main/in/button2",
"type" : "boolean"
},
{
"name" : "/actions/main/in/reposition",
"type" : "boolean"
},
{
"name" : "/actions/main/in/debug",
"type" : "boolean"
}
],
"default_bindings" : [
{
"binding_url" : "vive_controller_bindings.json",
"controller_type" : "vive_controller"
},
{
"binding_url" : "knuckles_bindings.json",
"controller_type" : "knuckles"
},
{
"binding_url": "generic_bindings.json",
"controller_type": "generic"
}
],
"localization" : [
{
"/actions/main" : "Bindings",
"/actions/main/in/button1" : "Button 1",
"/actions/main/in/button2" : "Button 2",
"/actions/main/in/reposition" : "Reposition",
"/actions/main/in/debug" : "Debug",
"language_tag" : "en_US"
}
],
"minimum_required_version" : 1,
"version" : 1
}