mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 07:13:10 +02:00
23 lines
893 B
JSON
23 lines
893 B
JSON
{
|
|
"name": "Oculus Touch to Standard",
|
|
"channels": [
|
|
{ "from": "OculusTouch.LY", "filters": "invert", "to": "Standard.LY" },
|
|
{ "from": "OculusTouch.LX", "to": "Standard.LX" },
|
|
{ "from": "OculusTouch.LT", "to": "Standard.LT" },
|
|
|
|
{ "from": "OculusTouch.RY", "filters": "invert", "to": "Standard.RY" },
|
|
{ "from": "OculusTouch.RX", "to": "Standard.RX" },
|
|
|
|
{ "from": "OculusTouch.RT", "to": "Standard.RT" },
|
|
{ "from": "OculusTouch.RB", "to": "Standard.RB" },
|
|
{ "from": "OculusTouch.RS", "to": "Standard.RS" },
|
|
|
|
{ "from": "OculusTouch.LeftApplicationMenu", "to": "Standard.Back" },
|
|
{ "from": "OculusTouch.RightApplicationMenu", "to": "Standard.Start" },
|
|
|
|
{ "from": "OculusTouch.LeftHand", "to": "Standard.LeftHand" },
|
|
{ "from": "OculusTouch.RightHand", "to": "Standard.RightHand" }
|
|
]
|
|
}
|
|
|
|
|