Path: utzoo!attcan!uunet!mcsun!unido!gmdzi!strobl From: strobl@gmdzi.UUCP (Wolfgang Strobl) Newsgroups: comp.binaries.ibm.pc.d Subject: Re: MS-Kermit ^] Message-ID: <3063@gmdzi.UUCP> Date: 8 Jul 90 15:50:26 GMT References: <1990Jul7.142451.22751@ccu.umanitoba.ca> Organization: GMD, Sankt Augustin, F. R. Germany Lines: 15 rahardj@ccu.umanitoba.ca (B. Rahardjo) writes: >I am using MS-Kermit 3.00. >I need ctrl-] to go to telnet command mode on my session, but >kermit is using it ..... any hints what I should do ? map the key ? There is a command available at the command level of kermit. Try MS-Kermit>set escape ? Press literal control keys (ex: Control ]) or enter in \nnn numerical form I use "set escape ^B", (that's CTRL+B, not hat B), because the German keyboard has no ] on it. Just put something similar into your MSKERMIT.INI. Wolfgang Strobl