mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 11:46:34 +02:00
switch back context menu to secondary thumb
This commit is contained in:
parent
4fddc86851
commit
d36cc1556a
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
|
@ -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" },
|
||||
|
|
Loading…
Reference in a new issue