Hello All I recently started using PiMame and I love it. I do have one question that I cannot find an answer to. Is there anyway to change the controls in the PiMame main menu? Menu.py? I looked into the actual folder but I didn't see anything that I could change the enter key to something else. I appreciate any information you can give me on this.
Awesome! Thanks so much. I love your program, I will show off what I built with it when I finish it up later this week. Quick question if I change '/n' to 'x' That will make pressing the keyboard key x the new enter key, correct?
Look for the mame4all.cfg file. Inside that you can edit or add the following...
[frontend] #Keyboard controls for frontend only # Get codes from /usr/include/SDL/SDL_keysym.h K_START=13 K_SELECT=53 K_LEFT=276 K_RIGHT=275 K_UP=273 K_DOWN=274 K_A=306 K_QUIT=27
#Joystick controls for frontend only J_START=9 J_SELECT=8 J_A=0 AXIS_LR=0 AXIS_UD=1
I think that SPACE is 32 but CONTROL has different numbers for a Left Control and a Right Control.