From 7cf9fd83a63ee75f30f04822d30d7d6b3ecf3278 Mon Sep 17 00:00:00 2001 From: ksuprynowicz Date: Mon, 26 Jun 2023 17:09:23 +0200 Subject: [PATCH] Fix rotation thumbstick press issue --- interface/resources/controllers/index.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/resources/controllers/index.json b/interface/resources/controllers/index.json index 051c485282..4010e6b949 100644 --- a/interface/resources/controllers/index.json +++ b/interface/resources/controllers/index.json @@ -12,7 +12,7 @@ { "from": "Vive.LY", "filters": [ { "type": "deadZone", "min": 0.15 }, "invert" ], "to": "Standard.LY" }, { "from": "Vive.LX", "when": ["Application.RightHandDominant"], "filters": { "type": "deadZone", "min": 0.15 }, "to": "Standard.LX" }, - { "from": "Vive.LX", "when": ["Vive.LSX", "!Vive.LSY", "Application.LeftHandDominant"], "filters": { "type": "deadZone", "min": 0.15 }, "to": "Standard.LX" }, + { "from": "Vive.LX", "when": ["!Vive.LSY", "Application.LeftHandDominant"], "filters": { "type": "deadZone", "min": 0.15 }, "to": "Standard.LX" }, { "from": "Vive.LT", "to": "Standard.LT", "filters": [ @@ -31,7 +31,7 @@ { "from": "Vive.RY", "filters": [ { "type": "deadZone", "min": 0.15 }, "invert" ], "to": "Standard.RY" }, { "from": "Vive.RX", "when": ["Application.LeftHandDominant"], "filters": { "type": "deadZone", "min": 0.15 }, "to": "Standard.RX" }, - { "from": "Vive.RX", "when": ["Vive.RSX", "!Vive.RSY", "Application.RightHandDominant"], "filters": { "type": "deadZone", "min": 0.15 }, "to": "Standard.RX" }, + { "from": "Vive.RX", "when": ["!Vive.RSY", "Application.RightHandDominant"], "filters": { "type": "deadZone", "min": 0.15 }, "to": "Standard.RX" }, { "from": "Vive.RT", "to": "Standard.RT", "filters": [