Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!solo.csci.unt.edu!ponder.csci.unt.edu!gene From: gene@ponder.csci.unt.edu (Gene De Lisa) Newsgroups: comp.sys.next Subject: Re: Where is Control-/? Message-ID: <1991Mar3.002740.406@solo.csci.unt.edu> Date: 3 Mar 91 00:27:40 GMT References: <1991Mar2.205755.6799@watmath.waterloo.edu> Sender: usenet@solo.csci.unt.edu (Usenet News) Organization: University of North Texas, Denton Lines: 24 In article <1991Mar2.205755.6799@watmath.waterloo.edu> gjditchfield@watmsg.uwaterloo.ca (Glen Ditchfield) writes: > >How do I get Terminal to generate control-/ and control-\ on a NeXTstation? >The / and \ keys up on the numeric key pad don't seem to respond to the >Control modifier. I had the same problem with kermit; the esc char by default is control \ I solved this by putting the following lines in .kermrc set modem hayes set line /dev/cua set speed 1200 set baud 1200 set esc 9 This last line sets the esc char to be control-I which == 9 (control-a is 1 control-b is 2 etc). Of course if you're not asking about kermit then this is useless :) -- more direct: vortech!gene@Central.Sun.COM