panzi / qjoypad

fork of qjoypad http://qjoypad.sourceforge.net/
GNU General Public License v2.0
120 stars 25 forks source link

Allow binding to multiple keys/buttons #13

Closed vheuken closed 8 years ago

vheuken commented 8 years ago

I'd like to bind a gamepad button to two different gamepad buttons. Specifically, I'd like Button 6 to be bound to Buttons 1 and 3 so that pressing Button 6 behaves the same as pressing buttons 1 and 3 simultaneously. Is this within the scope of the project?

panzi commented 8 years ago

Sorry, this is indeed not in the scope of this project. At this point it is basically in maintenance only mode. I'm not sure, but maybe AntiMicro supports this feature?

vheuken commented 8 years ago

@panzi I was able to bind gamepad buttons to multiple keyboard inputs through AntiMicro. I should see if they're open to supporting binding to gamepad buttons. Thanks!