Map the primary thumbs to menu/camera as well as the secondary thumb

This commit is contained in:
Brad Davis 2016-03-01 15:50:25 -08:00
parent 48af6b0476
commit ac1ab4b5b7

View file

@ -33,7 +33,9 @@
{ "from": [ "Standard.A", "Standard.B", "Standard.X", "Standard.Y" ], "to": "Standard.RightPrimaryThumb" },
{ "from": "Standard.Start", "to": "Standard.RightSecondaryThumb" },
{ "from": "Standard.LeftPrimaryThumb", "to": "Actions.CycleCamera" },
{ "from": "Standard.LeftSecondaryThumb", "to": "Actions.CycleCamera" },
{ "from": "Standard.RightPrimaryThumb", "to": "Actions.ContextMenu" },
{ "from": "Standard.RightSecondaryThumb", "to": "Actions.ContextMenu" },
{ "from": "Standard.LT", "to": "Actions.LeftHandClick" },