#96231
dudleydes
Participant

In RetroPie 3.0, the keyboard does not work correctly in DOSBox. To fix, you need to edit the DOSBox config file, dosbox-SVN.conf, which is located in the hidden folder, .dosbox, in your home folder.

From the home folder, run the following commands:

cd .dosbox
sudo nano dosbox-SVN.conf

In the [sdl] section, edit line 34 of dosbox-SVN.conf so that usescancodes is set to false as below:

usescancodes=false