I know why selecting lesson01 in german crashes tuxtype. This is a problem in general with the way some of the themes were done which was correct according to the doc. I added a debug printf to my sandbox practice.c and found that the lowercase letters are causing the problem. They are not being found in the keyboard.lst file.
no letter À defined in keyboard.lst 61 a 97 no letter À defined in keyboard.lst 73 s 115 no letter À defined in keyboard.lst 64 d 100 no letter À defined in keyboard.lst 66 f 102 no letter À defined in keyboard.lst english keyboard.lst format: 0|AA 0|aa etc... deutsch keyboard.lst format: 0|Aa etc... >From themes.html, the deutsch format is correct but the code doesn't agree. I can fix it. -SteveM. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]