mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-28 02:59:54 +02:00
13 lines
527 B
JSON
13 lines
527 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" }
|
|
]
|
|
}
|
|
|
|
|