switch back context menu to secondary thumb

This commit is contained in:
Brad Hefta-Gaub 2015-11-11 15:32:07 -08:00
parent 4fddc86851
commit d36cc1556a
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ OmniTool = function(left) {
});
this.mapping = Controller.newMapping();
this.mapping.from(left ? standard.LeftPrimaryThumb : standard.RightSecondaryThumb).to(function(value){
this.mapping.from(left ? standard.LeftPrimaryThumb : standard.RightPrimaryThumb).to(function(value){
that.onUpdateTrigger(value);
})
this.mapping.enable();

View file

@ -33,7 +33,7 @@
{ "from": "Standard.Start", "to": "Standard.RightSecondaryThumb" },
{ "from": "Standard.LeftSecondaryThumb", "to": "Actions.CycleCamera" },
{ "from": "Standard.RightPrimaryThumb", "to": "Actions.ContextMenu" },
{ "from": "Standard.RightSecondaryThumb", "to": "Actions.ContextMenu" },
{ "from": "Standard.LT", "to": "Actions.LeftHandClick" },
{ "from": "Standard.RT", "to": "Actions.RightHandClick" },