CR feedback on mappings

This commit is contained in:
Brad Hefta-Gaub 2015-10-22 11:39:51 -07:00
parent 3e7364608b
commit 67f2a0c6c8

View file

@ -12,10 +12,10 @@
{ "from": [ "Standard.A", "Standard.B", "Standard.X", "Standard.Y" ], "to": "Standard.RightPrimaryThumb" },
{ "from": "Standard.Start", "to": "Standard.RightSecondaryThumb" },
{ "from": "Standard.LT", "to": "Actions.LEFT_HAND_CLICK" },
{ "from": "Standard.RT", "to": "Actions.RIGHT_HAND_CLICK" },
{ "from": "Standard.LT", "to": "Actions.LeftHandClick" },
{ "from": "Standard.RT", "to": "Actions.RightHandClick" },
{ "from": "Standard.LeftHand", "to": "Actions.LEFT_HAND" },
{ "from": "Standard.RightHand", "to": "Actions.RIGHT_HAND" }
{ "from": "Standard.LeftHand", "to": "Actions.LeftHand" },
{ "from": "Standard.RightHand", "to": "Actions.RightHand" }
]
}