mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
CR feedback on mappings
This commit is contained in:
parent
3e7364608b
commit
67f2a0c6c8
1 changed files with 4 additions and 4 deletions
|
@ -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" }
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue