Use controller axis as button in keymap
#1
I have an xbox 360 controller which works perfectly in the new beta 2. I do however want to change the bindings a bit so that the left trigger button selects something:
Code:
<axis id="3" limit="+1">Select</axis>

The problem with this is that when I now select a folder it immediately also selects the ".." item (and repeats this a bunch) because an axis sends repeated commands. I have tried to fiddle with the limit="+1" but that doesn't seem to do anything.


Is there any way to let the trigger act like a button so that it will only selects once when it is pressed?
Reply

Logout Mark Read Team Forum Stats Members Help
Use controller axis as button in keymap0