Date: Tue, 2 Jul 1996 10:24:34 +0200 From: Josef Hinteregger Subject: Re: Test of SET WIN95 ALT-GR ON I am happy to confirm that the german keyboard is now fully supported in K95, Alt-Gr and dead keys work ok. The "incorrect" position of the control keys has been a "feature" of MSDOS-Kermit since the first version 2.29 I started using, and those positions are not affected by SET WIN95 Alt-GR on. They just are a slight difference to the german keyboard as it works under MSDOS, and many other terminal emulations (starting with Hyperterminal and Win95-Telnet) show the same "incorrect" behaviour as K95. Below you find my definitions to get the control keys to the correctly labeled keys on a german keyboard, in case you want to put them somewhere in the documentation or in a help file. The US-positions should not be removed because many are already used to find the control keys there. ---(cut here)--- ; GERMAN keyboard set win95 alt-gr on ; control key definitions ; in addition to predefined US-positions set key \1336 \27 ; Ctrl-[ (Escape) set key \1499 \28 ; Ctrl-\ set key \1337 \29 ; Ctrl-] set key \1054 \30 ; Ctrl-^ set key \1334 \30 ; Ctrl-^ set key \1500 \30 ; Ctrl-^ set key \1469 \31 ; Ctrl-_ ; End