Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: azchad on December 30, 2016, 01:14:45 PM

Title: reset controls
Post by: azchad on December 30, 2016, 01:14:45 PM
I accidentally deleted the key mapping for the select key in control settings and now I cant get back in to set another key. HELP. How do I fix? Can I boot to command line and fix?
Title: Re: reset controls
Post by: progets on December 30, 2016, 07:38:36 PM
I accidentally deleted the key mapping for the select key in control settings and now I cant get back in to set another key. HELP. How do I fix? Can I boot to command line and fix?

Yes.
Code: [Select]
nano /home/pi/.attract/attract.cfg

Under "input_map" enter this line.
Code: [Select]
select               Return

This will make the "Enter" key your "Select" button.
Title: Re: reset controls
Post by: raygun on January 01, 2017, 03:07:01 PM
Also, if you delete all the entries under the "input_map" section of the attract.cfg file then the frontend should reset things back to the default control scheme the next time you load it.