Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Everything was good…and now…
- This topic has 14 replies, 3 voices, and was last updated 10 years, 9 months ago by mikaaville. 
- 
		AuthorPosts
- 
		
			
				
01/20/2015 at 22:05 #85518mikaaville ParticipantSo, it took a clean install of RetroPie but I finally got my USB controller to work, except…I can’t seem to map my escape rom hotkey right, when I do it, everything seems right but when I am in game and I just press X it exits the game, not even what I mapped to escape. Maybe I am missing something, I’m sort of a noob with this. input_device = “USB Gamepad ” 
 input_driver = “udev”
 input_b_btn = “2”
 input_y_btn = “3”
 input_select_btn = “8”
 input_start_btn = “9”
 input_up_axis = “-1”
 input_down_axis = “+1”
 input_left_axis = “-0”
 input_right_axis = “+0”
 input_a_btn = “1”
 input_x_btn = “0”
 input_l_btn = “4”
 input_r_btn = “5”
 input_enable_hotkey_btn = “9”
 input_exit_emulator_btn = “8”
 input_enable_hotkey_btn = “9”
 input_save_state_btn = “4”
 input_enable_hotkey_btn = “9”
 input_load_state_btn = “5”01/20/2015 at 22:15 #85520Floob MemberThis may help you setup hotkeys 01/20/2015 at 22:46 #85522mikaaville ParticipantOk, I tried to go to setup and I didn’t see the option to enable hotkeys. 01/20/2015 at 22:54 #85524Floob MemberHave you updated your retropie script? Maybe run with the 2.4.2 image? 01/20/2015 at 22:55 #85525mikaaville ParticipantI just don’t want to mess up anything that would make the controller not work. lol, I was being paranoid with updating. 01/20/2015 at 23:00 #85526Floob MemberFeel free to check out my other videos (link in signature) to see how to easily setup USB controllers. 01/20/2015 at 23:38 #85533mikaaville ParticipantSo, I pressed option 2 to enable the hotkeys, I made sure the ALT was set for the keyboard, I put input_enable_hotkey_btn = “9” in my controller config file and it is still escaping on a X button press. :( 01/21/2015 at 20:58 #85603Floob MemberCould you post your controller file and /opt/retropie/configs/all/retroarch.cfg file here as attachments? You would need to rename them .txt 01/22/2015 at 01:16 #85622mikaaville ParticipantThere you go. Thanks for trying to help me! 01/22/2015 at 06:44 #85632Roo ParticipantThose files are incomplete. If you’re going to log it from the Pi, try cat /opt/retropie/configs/all/retroarch.cfginstead of nano01/22/2015 at 07:08 #85633mikaaville ParticipantThis work? 01/22/2015 at 21:09 #85711Floob MemberYep thats better. That file looks ok to be honest. 
 Can you do your controller file in the same way?It should be 
 cat /opt/retropie/emulators/RetroArch/configs/USBconfig.cfg
 and
 cat /opt/retropie/configs/{the system you are using}/retroarch.cfg01/22/2015 at 21:46 #85716mikaaville ParticipantThere you go. :) 01/22/2015 at 22:15 #85724Floob MemberThis bit looks really screwed in your USBconfig.cfg file input_enable_hotkey_btn = “9†input_exit_emulator_btn = “8†input_save_state_btn = “4†input_load_state_btn = “5â€My first thought is that you havent used the correct ” symbol – try copying it from one of the other lines. 01/22/2015 at 22:21 #85727mikaaville ParticipantThat was it! as soon as I typed it out using the other symbols it worked! thanks so much! 
- 
		AuthorPosts
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.