mirror of
https://udrimavric.com/MAVRIC/Stratasys-450mc-VR.git
synced 2025-01-22 15:18:33 -05:00
3f5c7ab5e9
Added watch wrist swapping by using "Tab" on keyboard. Watch rotaion is 180 degrees off on the left wrist. Also need to set swapping wrists to controllers.
95 lines
2.6 KiB
Plaintext
95 lines
2.6 KiB
Plaintext
{
|
|
"name": "watch",
|
|
"maps": [
|
|
{
|
|
"name": "Player",
|
|
"id": "ebb20b56-f19a-4463-8f5b-234602a69d60",
|
|
"actions": [
|
|
{
|
|
"name": "switch",
|
|
"type": "Button",
|
|
"id": "e2b8d532-47a6-4302-a1ea-5b5ede1a1ca2",
|
|
"expectedControlType": "Button",
|
|
"processors": "",
|
|
"interactions": "",
|
|
"initialStateCheck": false
|
|
}
|
|
],
|
|
"bindings": [
|
|
{
|
|
"name": "",
|
|
"id": "f82ac6a5-2d78-4a61-aef2-374388e8989d",
|
|
"path": "<Keyboard>/tab",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": "Keyboard&Mouse",
|
|
"action": "switch",
|
|
"isComposite": false,
|
|
"isPartOfComposite": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"controlSchemes": [
|
|
{
|
|
"name": "Keyboard&Mouse",
|
|
"bindingGroup": "Keyboard&Mouse",
|
|
"devices": [
|
|
{
|
|
"devicePath": "<Keyboard>",
|
|
"isOptional": false,
|
|
"isOR": false
|
|
},
|
|
{
|
|
"devicePath": "<Mouse>",
|
|
"isOptional": false,
|
|
"isOR": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Gamepad",
|
|
"bindingGroup": "Gamepad",
|
|
"devices": [
|
|
{
|
|
"devicePath": "<Gamepad>",
|
|
"isOptional": false,
|
|
"isOR": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Touch",
|
|
"bindingGroup": "Touch",
|
|
"devices": [
|
|
{
|
|
"devicePath": "<Touchscreen>",
|
|
"isOptional": false,
|
|
"isOR": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Joystick",
|
|
"bindingGroup": "Joystick",
|
|
"devices": [
|
|
{
|
|
"devicePath": "<Joystick>",
|
|
"isOptional": false,
|
|
"isOR": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "XR",
|
|
"bindingGroup": "XR",
|
|
"devices": [
|
|
{
|
|
"devicePath": "<XRController>",
|
|
"isOptional": false,
|
|
"isOR": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |