mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
35 lines
905 B
JSON
Executable File
35 lines
905 B
JSON
Executable File
{
|
|
"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" : "Basic config with actions on triggers",
|
|
"name" : "Basic config",
|
|
"options" : {},
|
|
"simulated_actions" : []
|
|
}
|