@minouch
Hi,
if you don't mind, i'll try it in english:
(no guarantee. i can`t test at the moment, maybe some commands/points can be wrong)
NES:
Have you tried the remapping with another Core for NES (nestopia for example)?
ScummVM:
What do you want to remap here?
Generally:
First you have to find out which button is which output on your system.
Connect via SSH and type this command: sdl2-jstest -t 0
Press a button and write down the output (or remember it).
If you have your output, navigate via WinSCP or whatever to:
recalbox\share\system\.config\scummvm
Now open the scummvm.ini
file with an editor of your choice.
Now add [keymapper]
at the end of the file (if it doesn`t exist).
For example we would add/remap left and right Mouse button:
For left mouse button add joystick_button_lmouse=
For right mouse button add joystick_button_rmouse=
Add your output after the =
(without space/blank)
Save and try (maybe reboot)
Here my example with ps3 controller output:
| [keymapper] |
| joystick_button_lmouse=14 |
| joystick_button_rmouse=13 |
Maybe this can help you a little bit.
There are a few more lines to add, but untested on my side:
| joystick_button_escape= |
| joystick_button_skip= |
| joystick_button_pause= |
| joystick_button_menu= |
| joystick_button_vkeyboard= |