For the Xbox Gamepad extension, There doesn't seem to be any condition to just have it trigger for a Press.
+Button A of Player 1 is pressed
+Player is standing on ground
-> Jump
This will cause the player to just jump repeatedly when hitting the ground. I do not want this to happen. In the built in controls for Fusion, you have an option for Press and Repeat while pressed.
+Pressed Fire 1
+Player is standing on ground
-> Jump
This causes the player to Jump when I press A, but if I hold down A, he will not jump again when hitting the ground.
I can't figure out a way to get a pressed reaction rather than repeat with the Xbox extension.