thanks for the link! got the map.
I'm currently reinstalling everything. portion done 0%...10% :) - es40 is a cute tool! process' cpu time already 2h37m running on 900MHz P3. The slower the cpu, the more time to read the Divan by JWG ;)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
from the keymap file I removed the line numbers, enabled the keyboard map in cfg file and es40 loads the symbols successfully. but the keyboard is still qwerty instead of qwertz
p.s.: with latest snapshot build, the vms83 installation hang up at 50% mark . :-(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I see no such effect - my keyboard is mapped correctly on the SRM console (including AltGr keys and dead keys). No idea whether it has to do with it, but did you set the SRM console variable language to 32 (Deutschland/Oesterreich)?
My vms83 installation crashes at various times with no recognizable pattern.
cu,
Martin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
in es40.cfg there's
keyboard.map = "keys.map";
but I couldn't finde any example or template to adapt for non-US keyboards.
(my PC has a DE keyboard and it is a bit annoying to work with on opa0.)
If I interpret the comments in gui/keymap.cpp correctly, the keyboard mapping is borrowed from the Bochs project. There you'll find http://bochs.sourceforge.net/cgi-bin/lxr/source/gui/keymaps/sdl-pc-de.map
thanks for the link! got the map.
I'm currently reinstalling everything. portion done 0%...10% :) - es40 is a cute tool! process' cpu time already 2h37m running on 900MHz P3. The slower the cpu, the more time to read the Divan by JWG ;)
from the keymap file I removed the line numbers, enabled the keyboard map in cfg file and es40 loads the symbols successfully. but the keyboard is still qwerty instead of qwertz
p.s.: with latest snapshot build, the vms83 installation hang up at 50% mark . :-(
I see no such effect - my keyboard is mapped correctly on the SRM console (including AltGr keys and dead keys). No idea whether it has to do with it, but did you set the SRM console variable language to 32 (Deutschland/Oesterreich)?
My vms83 installation crashes at various times with no recognizable pattern.
cu,
Martin
I did not yet enter anything keyboard related at the SRM.
but I have
gui = win32
{
keyboard.use_mapping = true;
keyboard.map = "sdl-pc-de.map";
}
anyway, srm is no longer important since I can logon via puTTY terminal window.
In the es40.cfg, you should have
gui = win32 // or sdl
{
keyboard.use_mapping = true;
keyboard.map = "sdl-pc-de.map";
}