Author Topic: reset controls  (Read 5402 times)

azchad

  • Newbie
  • *
  • Posts: 1
    • View Profile
reset controls
« 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?

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: reset controls
« Reply #1 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.

raygun

  • Administrator
  • Sr. Member
  • *****
  • Posts: 393
    • View Profile
Re: reset controls
« Reply #2 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.