mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Map the primary thumbs to menu/camera as well as the secondary thumb
This commit is contained in:
parent
48af6b0476
commit
ac1ab4b5b7
1 changed files with 2 additions and 0 deletions
|
@ -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" },
|
||||
|
|
Loading…
Reference in a new issue