From 0505658a39e0601820294e230887c156a7dbadbc Mon Sep 17 00:00:00 2001 From: Lubosz Sarnecki Date: Sun, 17 Mar 2024 10:39:41 +0100 Subject: [PATCH] controllers: openxr: Use actions for walking. This makes the Y thumbstick axis work. --- interface/resources/controllers/openxr_index.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/resources/controllers/openxr_index.json b/interface/resources/controllers/openxr_index.json index 15ee5b5d3b..7a1199e1a0 100644 --- a/interface/resources/controllers/openxr_index.json +++ b/interface/resources/controllers/openxr_index.json @@ -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" },