From 8acb2236bd379df166f06695ddafbd3bf6b456d1 Mon Sep 17 00:00:00 2001 From: SpookySkeletons <37986496+SpookySkeletons@users.noreply.github.com> Date: Tue, 10 Feb 2026 03:20:35 -0500 Subject: [PATCH] fix: delete hand bindings from openxr_actions.json5 (#429) * fix: delete hand bindings from openxr_actions.json5 Presumably fixes handtracking causing laser offsets to tear off of controllers when hands switch to and from handtrack. * Comment out fallback controller --- wayvr/src/backend/openxr/openxr_actions.json5 | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/wayvr/src/backend/openxr/openxr_actions.json5 b/wayvr/src/backend/openxr/openxr_actions.json5 index 2708b41..30574e0 100644 --- a/wayvr/src/backend/openxr/openxr_actions.json5 +++ b/wayvr/src/backend/openxr/openxr_actions.json5 @@ -53,28 +53,28 @@ }, // Fallback controller, intended for testing - { - profile: "/interaction_profiles/khr/simple_controller", - pose: { - left: "/user/hand/left/input/aim/pose", - right: "/user/hand/right/input/aim/pose" - }, - haptic: { - left: "/user/hand/left/output/haptic", - right: "/user/hand/right/output/haptic" - }, - click: { + //{ + // profile: "/interaction_profiles/khr/simple_controller", + // pose: { + // left: "/user/hand/left/input/aim/pose", + // right: "/user/hand/right/input/aim/pose" + // }, + // haptic: { + // left: "/user/hand/left/output/haptic", + // right: "/user/hand/right/output/haptic" + // }, + // click: { // right trigger is click - right: "/user/hand/right/input/select/click" - }, - grab: { + // right: "/user/hand/right/input/select/click" + // }, + // grab: { // left trigger is grab - left: "/user/hand/left/input/select/click", - }, - show_hide: { - left: "/user/hand/left/input/menu/click" - } - }, + // left: "/user/hand/left/input/select/click", + // }, + // show_hide: { + // left: "/user/hand/left/input/menu/click" + // } + //}, // Oculus Touch Controller. Compatible with Quest 2, Quest 3, Quest Pro {