Page 1 of 1

Select and start as hotkey

Posted: Tue Apr 07, 2020 6:26 pm
by JeyRohm
Hi community
I would like to make default hotkey as Select+start (Sleep+mode) as the hotkey to exit games but i didn't found anything about that ... do someone know how to ? or a add a script ?

My first attempt on VMu mode so be kind to my request
Best regards

Re: Select and start as hotkey

Posted: Tue Apr 28, 2020 3:57 pm
by JeyRohm
gREATINGS Modders :!
fOUND SOME GOOD HELP HERE
https://github.com/RetroPie/RetroPie-Se ... ad-hotkeys

So if you have the same issue just edit autoconfig.cfg
open WinSCP and check in /opt/retropie/configs/all/retroarch/autoconfig (global entries for Circuit Sword pad controls)

input_device = "Arduino LLC Arduino Leonardo"
input_driver = "udev"
input_l_btn = "6"
input_load_state_btn = "6"
input_start_btn = "4"
input_exit_emulator_btn = "4"

input_down_btn = "h0down"
input_r_btn = "8"
input_save_state_btn = "8"
input_right_btn = "h0right"
input_state_slot_increase_btn = "h0right"
input_select_btn = "5"
input_left_btn = "h0left"
input_state_slot_decrease_btn = "h0left"
input_l2_btn = "11"
input_up_btn = "h0up"
input_a_btn = "0"
input_b_btn = "1"
input_reset_btn = "1"
input_enable_hotkey_btn = "5"
input_r2_btn = "10"
input_x_btn = "3"
input_menu_toggle_btn = "3"
input_y_btn = "2"

Save than Restart System and it's hopefully done :mrgreen:

Cheers