sinpin-vr/bindings/action_manifest.json

46 lines
921 B
JSON
Raw Normal View History

{
"default_bindings": [
{
"controller_type": "knuckles",
"binding_url": "index_controller.json"
}
],
"actions": [
{
2023-04-22 19:21:31 +02:00
"name": "/actions/main/in/toggle_visibility",
"requirement": "mandatory",
"type": "boolean"
},
{
2023-04-22 19:21:31 +02:00
"name": "/actions/main/in/edit_mode",
"requirement": "mandatory",
"type": "boolean"
},
{
2023-04-22 19:21:31 +02:00
"name": "/actions/main/in/grab",
"requirement": "mandatory",
"type": "boolean"
},
{
"name": "/actions/main/in/distance",
"requirement": "suggested",
"type": "vector2"
}
],
"action_sets": [
{
"name": "/actions/main",
"usage": "leftright"
}
],
"localization": [
{
"language_tag": "en_us",
"/actions/main": "Overlay actions",
2023-04-22 19:21:31 +02:00
"/actions/main/in/toggle_visibility": "Toggle visibility",
"/actions/main/in/edit_mode": "Toggle edit mode",
"/actions/main/in/grab": "grab panel",
"/actions/main/in/distance": "Move away"
}
]
}