From 2d28ae1ffe5da8bcce64548d49ef39e1c72acda9 Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Tue, 29 Nov 2016 18:15:40 +0000 Subject: [PATCH] fixed context menu showing up in the correct location --- interface/resources/controllers/oculus_touch.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/resources/controllers/oculus_touch.json b/interface/resources/controllers/oculus_touch.json index 236a200841..aa574e36dd 100644 --- a/interface/resources/controllers/oculus_touch.json +++ b/interface/resources/controllers/oculus_touch.json @@ -3,6 +3,8 @@ "channels": [ { "from": "OculusTouch.A", "to": "Standard.RightPrimaryThumb", "peek": true }, { "from": "OculusTouch.X", "to": "Standard.LeftPrimaryThumb", "peek": true }, + { "from": "OculusTouch.B", "to": "Standard.RightSecondaryThumb", "peek": true}, + { "from": "OculusTouch.Y", "to": "Standard.LeftSecondaryThumb", "peek": true}, { "from": "OculusTouch.A", "to": "Standard.A" }, { "from": "OculusTouch.B", "to": "Standard.B" },