fixed deprecated Actions in standard.json

This commit is contained in:
steve hocktail 2022-04-04 11:35:41 -04:00 committed by GitHub
parent 5f85fa6256
commit aced8af601
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,8 +119,8 @@
{ "from": "Standard.LT", "to": "Actions.LeftHandClick" },
{ "from": "Standard.RT", "to": "Actions.RightHandClick" },
{ "from": "Standard.A", "to": "Actions.VERTICAL_UP" },
{ "from": "Standard.B", "to": "Actions.VERTICAL_DOWN" },
{ "from": "Standard.A", "to": "Actions.Up" },
{ "from": "Standard.B", "to": "Actions.Down" },
{ "from": "Standard.LeftHand", "to": "Actions.LeftHand" },
{ "from": "Standard.LeftHandThumb1", "to": "Actions.LeftHandThumb1"},