Homepage › Forums › RetroPie Project › Controller Configuration in RetroPie › dosbox mess up??? › Reply To: dosbox mess up???
04/26/2015 at 16:38
#96231
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