Tuning the standard mapping for tbringin vertical axis

This commit is contained in:
samcake 2015-11-04 18:21:04 -08:00
parent 8dc3d62d17
commit f4c610a0f4

View file

@ -15,7 +15,7 @@
},
{ "from": "Standard.RX", "to": "Actions.Yaw" },
{ "from": "Standard.RY", "when": "!Application.InHMD", "to": "Actions.Pitch" },
{ "from": "Standard.RY", "when": "Application.InHMD", "filters": "invert", "to": "Actions.TranslateY" },
{ "from": [ "Standard.DU", "Standard.DL", "Standard.DR", "Standard.DD" ], "to": "Standard.LeftPrimaryThumb" },
{ "from": "Standard.Back", "to": "Standard.LeftSecondaryThumb" },
@ -35,3 +35,6 @@
}