Block TranslateZ when off-hand Y axis is active.

This commit is contained in:
r3tk0n 2019-01-24 14:20:42 -08:00
parent 1e10afe762
commit 09d15c9cb0

View file

@ -2,7 +2,7 @@
"name": "Standard to Action",
"channels": [
{ "from": "Standard.LY",
"when": "Application.LeftHandDominant",
"when": ["Application.LeftHandDominant", "!Standard.RY"],
"to": "Actions.TranslateZ"
},
@ -59,7 +59,7 @@
},
{ "from": "Standard.RY",
"when": "Application.RightHandDominant",
"when": ["Application.RightHandDominant", "!Standard.LY"],
"to": "Actions.TranslateZ"
},