mirror of
https://github.com/lubosz/overte.git
synced 2025-04-15 01:26:19 +02:00
15 lines
687 B
JSON
15 lines
687 B
JSON
{
|
|
"name": "Standard to UI Navigation Action",
|
|
"channels": [
|
|
{ "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" }
|
|
]
|
|
}
|
|
|
|
|