

|
|
| Howto: Change key map in DOSBox |
Link [FAQ6] |
The standard key map when you download DOSBox is US. If you have another key map set on your keyboard finding all the correct characters can be really tricky. In order to change the keymap to your local settings, you can use FreeDOS Keyb as an open source alternative to the KEYB command in MS-DOS.
KEYB.EXE - http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/keyb/KEYB200X.ZIP
Keysets - http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/keyb/kblayout/kpdos25x.zip
Unpack these files to a directory mapped to DOSBox, then run KEYB.EXE in DOSBox. You need to select your keyset when doing this, so for example, KEYB SV would give you a swedish keyset. This can all be put in dosbox.conf so you won't have to do it every time you launch it.
Here's how you could do it in dosbox.conf [autoexec] part:
mount c: "c:/Program Files/DOSBox-0.65/c"
path=%path%;c:/dos
keyb sv
c:
For fullscreen, the ALT+ENTER combo should do the trick.
|
|