RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Editing controller

    Scheduled Pinned Locked Moved Help and Support
    controllercontroller sergeneric usbretropiehotkeys
    2 Posts 2 Posters 694 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      Electromaster64
      last edited by

      I have two genetic USB controllers and I am trying to get rid of the start+select=exit hotkey
      I went to /opt/retropie/configs/all/retroarch.cfg
      and did the following but it still exits when pushing start and select. All other buttons work as they should.

      input_player1_joypad_index = 0
      input_player1_a_btn = 0
      input_player1_b_btn = 1
      input_player1_x_btn = 2
      input_player1_y_btn = 3
      input_player1_l_btn = 4
      input_player1_r_btn = 5
      input_player1_start_btn = 6
      input_player1_select_btn = 7
      input_exit_emulator_btn = 8
      input_player2_joypad_index = 1
      input_player2_a_btn = 0
      input_player2_b_btn = 1
      input_player2_x_btn = 2
      input_player2_y_btn = 3
      input_player2_l_btn = 4
      input_player2_r_btn = 5
      input_player2_start_btn = 6
      input_player2_select_btn = 7

      B 1 Reply Last reply Reply Quote 0
      • B
        backstander @Electromaster64
        last edited by

        @Electromaster64

        I am trying to get rid of the start+select=exit hotkey

        So do you want to disable the "Hotkey" function all together?

        input_exit_emulator_btn = 8

        And you want it to exit the RetroArch emulator when you press button #8 on your generic USB controllers?

        I think you have to set the hotkey to null so try added this to your retroarch.cfg

        input_enable_hotkey_btn = "nul"
        

        If that doesn't work also add this:

        input_enable_hotkey = "nul"
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post

        Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

        Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.