disable config menu and pause shortcuts
Moderator: dee2eR
disable config menu and pause shortcuts
Is there a way to disable right joystick and start to access the config menu or down start for game pause? Often I accidentally bring up the menu and pause.
Re: disable config menu and pause shortcuts
Absolutely.
The shortcuts can be changed in /boot/hotkeys.ini, if you delete these 2 lines it should do what you want:
The shortcuts can be changed in /boot/hotkeys.ini, if you delete these 2 lines it should do what you want:
START+X1=key:KEY_TAB
START+Y1=key:KEY_P
Re: disable config menu and pause shortcuts
good deal, is there a way to make the start button double as credit across all the arcade emulators??
Re: disable config menu and pause shortcuts
Not without going into each emulator and setting it that way manually. The closest you have is the start+b1 combo.
I guess you could change the exit shortcut and use long hold start for credit though.
I guess you could change the exit shortcut and use long hold start for credit though.
Re: disable config menu and pause shortcuts
Would I be able to move exit with button held down to the credit button? I'm not sure what credit would be called when I add the line?
-
- Community Member
- Posts: 22
- Joined: Mon Nov 26, 2018 3:47 am
Re: disable config menu and pause shortcuts
In a slightly related topic, is there a way to increase the length of time the start button needs to held down to quit?
Re: disable config menu and pause shortcuts
Absolutely.
In /boot/hotkeys.ini find this bit:
In /boot/hotkeys.ini find this bit:
and make the 1500 a larger number to increase how long it needs to be held down to exit.START=BTN_START:KEY_ESC:1500
-
- Community Member
- Posts: 22
- Joined: Mon Nov 26, 2018 3:47 am
Re: disable config menu and pause shortcuts
Thanks! I figured that number set the duration, but wanted to confirm.