2023-04-11 18:03:03 +02:00
|
|
|
{
|
|
|
|
"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",
|
2023-04-11 18:03:03 +02:00
|
|
|
"requirement": "mandatory",
|
|
|
|
"type": "boolean"
|
|
|
|
},
|
|
|
|
{
|
2023-04-22 19:21:31 +02:00
|
|
|
"name": "/actions/main/in/edit_mode",
|
2023-04-11 18:03:03 +02:00
|
|
|
"requirement": "mandatory",
|
|
|
|
"type": "boolean"
|
|
|
|
},
|
|
|
|
{
|
2023-04-29 17:40:03 +02:00
|
|
|
"name": "/actions/main/in/reset",
|
|
|
|
"requirement": "suggested",
|
2023-04-22 19:21:31 +02:00
|
|
|
"type": "boolean"
|
|
|
|
},
|
2023-04-29 16:44:25 +02:00
|
|
|
{
|
2023-04-29 17:40:03 +02:00
|
|
|
"name": "/actions/edit/in/grab",
|
|
|
|
"requirement": "mandatory",
|
2023-04-29 16:44:25 +02:00
|
|
|
"type": "boolean"
|
|
|
|
},
|
2023-04-24 20:22:09 +02:00
|
|
|
{
|
2023-04-29 17:40:03 +02:00
|
|
|
"name": "/actions/edit/in/distance",
|
2023-04-24 20:22:09 +02:00
|
|
|
"requirement": "suggested",
|
2023-04-29 17:40:03 +02:00
|
|
|
"type": "vector2"
|
2023-04-24 20:22:09 +02:00
|
|
|
},
|
2023-04-29 17:06:02 +02:00
|
|
|
{
|
2023-04-29 17:40:03 +02:00
|
|
|
"name": "/actions/cursor/in/activate_cursor",
|
2023-04-29 17:06:02 +02:00
|
|
|
"requirement": "suggested",
|
|
|
|
"type": "boolean"
|
|
|
|
},
|
|
|
|
{
|
2023-04-29 17:40:03 +02:00
|
|
|
"name": "/actions/cursor/in/mouse_left",
|
2023-04-29 17:06:02 +02:00
|
|
|
"requirement": "suggested",
|
|
|
|
"type": "boolean"
|
|
|
|
},
|
2023-04-22 19:21:31 +02:00
|
|
|
{
|
2023-04-29 17:40:03 +02:00
|
|
|
"name": "/actions/cursor/in/mouse_right",
|
2023-04-11 18:03:03 +02:00
|
|
|
"requirement": "suggested",
|
2023-04-29 17:40:03 +02:00
|
|
|
"type": "boolean"
|
2023-04-29 19:38:36 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "/actions/cursor/in/mouse_middle",
|
|
|
|
"requirement": "optional",
|
|
|
|
"type": "boolean"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "/actions/cursor/in/scroll",
|
|
|
|
"requirement": "suggested",
|
|
|
|
"type": "vector2"
|
2023-04-11 18:03:03 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"action_sets": [
|
|
|
|
{
|
|
|
|
"name": "/actions/main",
|
|
|
|
"usage": "leftright"
|
2023-04-29 17:40:03 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "/actions/edit",
|
|
|
|
"usage": "single"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "/actions/cursor",
|
|
|
|
"usage": "single"
|
2023-04-11 18:03:03 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"localization": [
|
|
|
|
{
|
|
|
|
"language_tag": "en_us",
|
2023-04-29 16:44:25 +02:00
|
|
|
"/actions/main/in/toggle_visibility": "toggle visibility",
|
|
|
|
"/actions/main/in/edit_mode": "toggle edit mode",
|
2023-04-29 17:40:03 +02:00
|
|
|
"/actions/main/in/reset": "reset positions",
|
|
|
|
"/actions/edit/in/grab": "grab panel",
|
|
|
|
"/actions/edit/in/distance": "push/pull overlay",
|
|
|
|
"/actions/cursor/in/activate_cursor": "activate cursor",
|
2023-04-29 19:38:36 +02:00
|
|
|
"/actions/cursor/in/mouse_left": "left mouse button",
|
|
|
|
"/actions/cursor/in/mouse_right": "right mouse button",
|
|
|
|
"/actions/cursor/in/mouse_middle": "middle mouse button",
|
|
|
|
"/actions/cursor/in/scroll": "scroll"
|
2023-04-11 18:03:03 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|