mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-03 22:53:10 +02:00
61 lines
2.4 KiB
JSON
61 lines
2.4 KiB
JSON
{
|
|
"name": "Standard to Action",
|
|
"when": "Application.NavigationFocused",
|
|
"channels": [
|
|
{ "disabled_from": { "makeAxis" : [ "Standard.DD", "Standard.DU" ] }, "to": "Actions.UiNavVertical" },
|
|
{ "disabled_from": { "makeAxis" : [ "Standard.DL", "Standard.DR" ] }, "to": "Actions.UiNavLateral" },
|
|
{ "disabled_from": { "makeAxis" : [ "Standard.LB", "Standard.RB" ] }, "to": "Actions.UiNavGroup" },
|
|
{ "from": "Standard.DU", "to": "Actions.UiNavVertical" },
|
|
{ "from": "Standard.DD", "to": "Actions.UiNavVertical", "filters": "invert" },
|
|
{ "from": "Standard.DL", "to": "Actions.UiNavLateral", "filters": "invert" },
|
|
{ "from": "Standard.DR", "to": "Actions.UiNavLateral" },
|
|
{ "from": "Standard.LB", "to": "Actions.UiNavGroup","filters": "invert" },
|
|
{ "from": "Standard.RB", "to": "Actions.UiNavGroup" },
|
|
{ "from": [ "Standard.A", "Standard.X" ], "to": "Actions.UiNavSelect" },
|
|
{ "from": [ "Standard.B", "Standard.Y" ], "to": "Actions.UiNavBack" },
|
|
{
|
|
"from": [ "Standard.RT", "Standard.LT" ],
|
|
"to": "Actions.UiNavSelect",
|
|
"filters": [
|
|
{ "type": "deadZone", "min": 0.5 },
|
|
"constrainToInteger"
|
|
]
|
|
},
|
|
{
|
|
"from": "Standard.LX", "to": "Actions.UiNavLateral",
|
|
"filters": [
|
|
{ "type": "deadZone", "min": 0.95 },
|
|
"constrainToInteger",
|
|
{ "type": "pulse", "interval": 0.4 }
|
|
]
|
|
},
|
|
{
|
|
"from": "Standard.LY", "to": "Actions.UiNavVertical",
|
|
"filters": [
|
|
"invert",
|
|
{ "type": "deadZone", "min": 0.95 },
|
|
"constrainToInteger",
|
|
{ "type": "pulse", "interval": 0.4 }
|
|
]
|
|
},
|
|
{
|
|
"from": "Standard.RX", "to": "Actions.UiNavLateral",
|
|
"filters": [
|
|
{ "type": "deadZone", "min": 0.95 },
|
|
"constrainToInteger",
|
|
{ "type": "pulse", "interval": 0.4 }
|
|
]
|
|
},
|
|
{
|
|
"from": "Standard.RY", "to": "Actions.UiNavVertical",
|
|
"filters": [
|
|
"invert",
|
|
{ "type": "deadZone", "min": 0.95 },
|
|
"constrainToInteger",
|
|
{ "type": "pulse", "interval": 0.4 }
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|
|
|