Problem
Arrow keys don't work in
dosbox-0.72 .
Details
`dosbox -startmapper' shows that `left' key has become
`right alt', `up' - `print screen'; `down' and `right' keys are
not recognized.
Solution
Unset `usescancodes' in your ~/.dosboxrc.
$ cat ~/.dosboxrc
[sdl]
usescancodes=false
NOTE: This bug may be fixed in 0.73 (there is evdev
(
Read more... )