Not sure where else to put this.
Something really helpful would be a "Simulated Button Push" coded right into the GamePad / WiiU objects. Basically something that takes:
If Left Stick X < 75
triggerleft = 1
and turn it into:
On LeftStick Left
So we have stuff like:
On LeftStick Left
On LeftStick Up
On RightStick Down
On RightStick Left
etc
so that we can include it in an OR statement when mapping controls. Instead I have to duplicate 'buttonpress' controls and then do my own setup variation of hand controls.. just makes it that little bit harder to maintain, you know?