Swap start/back xbox controller mapping to conform to Oculus standard

This commit is contained in:
Atlante45 2016-12-09 14:55:19 -08:00
parent dd3f3957a9
commit 5def039bd4

View file

@ -44,8 +44,8 @@
{ "from": "GamePad.RB", "to": "Standard.RB" },
{ "from": "GamePad.RS", "to": "Standard.RS" },
{ "from": "GamePad.Start", "to": "Actions.CycleCamera" },
{ "from": "GamePad.Back", "to": "Standard.Start" },
{ "from": "GamePad.Start", "to": "Standard.Start" },
{ "from": "GamePad.Back", "to": "Actions.CycleCamera" },
{ "from": "GamePad.DU", "to": "Standard.DU" },
{ "from": "GamePad.DD", "to": "Standard.DD" },