-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgeneric_bindings.json
36 lines (36 loc) · 1008 Bytes
/
generic_bindings.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
{
"action_manifest_version" : 1,
"alias_info" : {},
"app_key" : "system.generated.index_camera_passthrough",
"bindings" : {
"/actions/main" : {
"sources" : [
{
"inputs" : {
"click" : {
"output" : "/actions/main/in/button1"
}
},
"mode" : "button",
"path" : "/user/hand/left/input/application_menu"
},
{
"inputs" : {
"click" : {
"output" : "/actions/main/in/button2"
}
},
"mode" : "button",
"path" : "/user/hand/right/input/application_menu"
}
]
}
},
"category" : "steamvr_input",
"controller_type" : "generic",
"description" : "",
"interaction_profile" : "",
"name" : "Generic index_camera_passthrough configuration",
"options" : {},
"simulated_actions" : []
}