mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 23:43:18 +02:00
28 lines
1.3 KiB
JSON
28 lines
1.3 KiB
JSON
{
|
|
"name": "Vive to Standard",
|
|
"channels": [
|
|
{ "from": "Vive.LY", "when": "Vive.LSOuter", "filters": ["invert"], "to": "Standard.LY" },
|
|
{ "from": "Vive.LX", "when": "Vive.LSOuter", "to": "Standard.LX" },
|
|
|
|
{ "from": "Vive.LT", "to": "Standard.LT" },
|
|
{ "from": "Vive.LeftGrip", "to": "Standard.LB" },
|
|
{ "from": "Vive.LS", "to": "Standard.LS" },
|
|
{ "from": "Vive.LSTouch", "to": "Standard.LSTouch" },
|
|
|
|
{ "from": "Vive.RY", "when": "Vive.RSOuter", "filters": ["invert"], "to": "Standard.RY" },
|
|
{ "from": "Vive.RX", "when": "Vive.RSOuter", "to": "Standard.RX" },
|
|
|
|
{ "from": "Vive.RT", "to": "Standard.RT" },
|
|
{ "from": "Vive.RightGrip", "to": "Standard.RB" },
|
|
{ "from": "Vive.RS", "to": "Standard.RS" },
|
|
{ "from": "Vive.RSTouch", "to": "Standard.RSTouch" },
|
|
|
|
{ "from": "Vive.LSCenter", "to": "Standard.LeftPrimaryThumb" },
|
|
{ "from": "Vive.LeftApplicationMenu", "to": "Standard.LeftSecondaryThumb" },
|
|
{ "from": "Vive.RSCenter", "to": "Standard.RightPrimaryThumb" },
|
|
{ "from": "Vive.RightApplicationMenu", "to": "Standard.RightSecondaryThumb" },
|
|
|
|
{ "from": "Vive.LeftHand", "to": "Standard.LeftHand" },
|
|
{ "from": "Vive.RightHand", "to": "Standard.RightHand" }
|
|
]
|
|
}
|