mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 01:46:23 +02:00
47 lines
1.7 KiB
JSON
47 lines
1.7 KiB
JSON
{
|
|
"name": "Standard to Action",
|
|
"channels": [
|
|
{ "from": "Standard.LY", "to": "Actions.TranslateZ" },
|
|
{ "from": "Standard.LX", "to": "Actions.TranslateX" },
|
|
|
|
{ "from": "Standard.RX",
|
|
"when": [ "Application.InHMD", "Application.ComfortMode" ],
|
|
"to": "Actions.StepYaw",
|
|
"filters":
|
|
[
|
|
{ "type": "pulse", "interval": 0.5 },
|
|
{ "type": "scale", "scale": 22.5 }
|
|
]
|
|
},
|
|
|
|
{ "from": "Standard.RX", "to": "Actions.Yaw" },
|
|
{ "from": "Standard.RY",
|
|
"when": "Application.Grounded",
|
|
"to": "Actions.Up",
|
|
"filters":
|
|
[
|
|
{ "type": "deadZone", "min": 0.95 },
|
|
"invert"
|
|
]
|
|
},
|
|
|
|
{ "from": "Standard.RY", "to": "Actions.Up", "filters": "invert"},
|
|
|
|
{ "from": [ "Standard.DU", "Standard.DL", "Standard.DR", "Standard.DD" ], "to": "Standard.LeftPrimaryThumb" },
|
|
{ "from": "Standard.Back", "to": "Standard.LeftSecondaryThumb" },
|
|
|
|
{ "from": [ "Standard.A", "Standard.B", "Standard.X", "Standard.Y" ], "to": "Standard.RightPrimaryThumb" },
|
|
{ "from": "Standard.Start", "to": "Standard.RightSecondaryThumb" },
|
|
|
|
{ "from": "Standard.LeftSecondaryThumb", "to": "Actions.CycleCamera" },
|
|
{ "from": "Standard.RightSecondaryThumb", "to": "Actions.ContextMenu" },
|
|
|
|
{ "from": "Standard.LT", "to": "Actions.LeftHandClick" },
|
|
{ "from": "Standard.RT", "to": "Actions.RightHandClick" },
|
|
|
|
{ "from": "Standard.LeftHand", "to": "Actions.LeftHand" },
|
|
{ "from": "Standard.RightHand", "to": "Actions.RightHand" }
|
|
]
|
|
}
|
|
|
|
|