controllers: openxr: Use actions for walking.

This makes the Y thumbstick axis work.
This commit is contained in:
Lubosz Sarnecki 2024-03-17 10:39:41 +01:00 committed by Ada
parent 07b23cc5c4
commit 8dd80c6d75

View file

@ -18,8 +18,8 @@
{ "from": "Index.RightSecondaryThumbTouch", "to": "Standard.RightSecondaryThumbTouch" },
{ "from": "Index.RightThumbUp", "to": "Standard.RightThumbUp" },
{ "from": "Index.LY", "to": "Standard.LY" },
{ "from": "Index.LX", "to": "Standard.LX" },
{ "from": "Index.LY", "to": "Actions.TranslateZ", "filters": ["invert"] },
{ "from": "Index.LX", "to": "Actions.TranslateX" },
{ "from": "Index.RY", "to": "Standard.RY" },
{ "from": "Index.RX", "to": "Standard.RX" },
{ "from": "Index.LS", "to": "Standard.LS" },