From 8f908f987779a33a7f13b6d7e32d8892567fa03f Mon Sep 17 00:00:00 2001 From: samcake Date: Thu, 29 Oct 2015 12:08:11 -0700 Subject: [PATCH] Adding the stepYaw to the Standard mapping --- interface/resources/controllers/standard.json | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/resources/controllers/standard.json b/interface/resources/controllers/standard.json index 8ba9056076..4fe6dba923 100644 --- a/interface/resources/controllers/standard.json +++ b/interface/resources/controllers/standard.json @@ -3,6 +3,7 @@ "channels": [ { "from": "Standard.LY", "to": "Actions.TranslateZ" }, { "from": "Standard.LX", "to": "Actions.TranslateX" }, + { "from": "Standard.RX", "when": "Application.InHMD", "to": "Actions.StepYaw" }, { "from": "Standard.RX", "to": "Actions.Yaw" }, { "from": "Standard.RY", "to": "Actions.Pitch" },