laamaa / m8c

Cross-platform M8 tracker headless client
Other
420 stars 87 forks source link

Add possibility to change keyboard / joystick mappings #1

Closed laamaa closed 3 years ago

laamaa commented 3 years ago

The configuration could be initially done through a config file, at some point possibly from the application.

laamaa commented 3 years ago

10 implements SDL Game Controllers for the program, meaning that most joypads should work now out of the box.

If bindings need to be changed, one can create a mapping string with external tools.

The keyboard thing must be still sorted out.

peterswimm commented 3 years ago

Can you point out what external tools we can use?

laamaa commented 3 years ago

https://generalarcade.com/gamepadtool/ haven't tested, but something like this should work

laamaa commented 3 years ago

Config file support implemented by JeffAlyanak