This commit is contained in:
milek7
2020-10-24 18:07:47 +02:00
parent 286f31b75c
commit d4156f16f3
6 changed files with 634 additions and 25 deletions

View File

@@ -0,0 +1,34 @@
{
"action_manifest_version" : 0,
"alias_info" : {},
"bindings" : {
"/actions/main" : {
"sources": [
{
"inputs" : {
"click" : {
"output" : "/actions/main/in/PrimaryAction"
}
},
"mode" : "button",
"path" : "/user/hand/right/input/a"
},
{
"inputs" : {
"click" : {
"output" : "/actions/main/in/SecondaryAction"
}
},
"mode" : "button",
"path" : "/user/hand/right/input/b"
}
]
}
},
"category" : "steamvr_input",
"controller_type" : "knuckles",
"description" : "Default two handed bindings with movement on the off hand",
"name" : "Dual Controllers (Movement on Off Hand)",
"options" : {},
"simulated_actions" : []
}

View File

@@ -0,0 +1,18 @@
{
"default_bindings": [
{
"binding_url" : "bindings_knuckles.json",
"controller_type" : "knuckles"
}
],
"actions": [
{ "name": "/actions/main/in/PrimaryAction", "requirement": "mandatory", "type": "boolean" },
{ "name": "/actions/main/in/SecondaryAction", "requirement": "mandatory", "type": "boolean" }
],
"action_sets": [
{ "name": "/actions/main", "usage": "leftright" }
],
"localization": [
{ "language_tag": "en_us", "/actions/main": "Main", "/actions/main/in/PrimaryAction": "Primary action", "/actions/main/in/SecondaryAction": "Secondary action" }
]
}