Is there any way to delete keyboard as a controller input?

Hey guys!

I’m trying to use a configuration where the keyboard inputs need to be disabled for user/player 1, is there any way I could delete them in order to ONLY use joystick inputs?

Thanks in advance I hope I have been clear on what I want to do, if not, please let me know :slight_smile:

I think you can unmap things in settings > input using the delete key, so you might try doing that with no gamepads attached and see if that gets rid of the keyboard binds. If not, I think you can open your retroarch.cfg in a text editor and look for the keyboard mapping, like this:

input_player1_b = "z"

and then replace the letter with “nul”

1 Like