The NEW Build Your Own Arcade Controls

Main => Raspberry Pi & Dev Board => Topic started by: javeryh on November 28, 2019, 10:59:03 am

Title: How do I map 2 buttons to the same command?
Post by: javeryh on November 28, 2019, 10:59:03 am
Changing the .cfg file to point 2 inputs to the same button doesn't work.  The second command always gets ignored.

For example:

Quote
input_player1_start = "num1"

input_player1_start = "alt"

This will just just map P1 Start to the "1" key on the keyboard and not both the "1" key and the "Alt" key.

There doesn't see to be any combination of commands (that I could think of) that accomplishes this as well:

Quote
input_player1_start = "num1" and "Alt" 

input_player1_start = "num1 , Alt"

input_player1_start = "num1,Alt"
These ALL disable BOTH buttons because presumable Retroarch is confused.

It's making me crazy.  I have Admin buttons on the front panel of my cab (Exit, Select, Start and Pause) but some games like NES use the Start and Select buttons in game so I'd like to also map those to the control panel (where there are multiple extra unused buttons).

Any ideas?