Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!decvax!decwrl!ucbvax!info-vax From: KFL@MC.LCS.MIT.EDU ("Keith F. Lynch") Newsgroups: mod.computers.vax Subject: Keyboards Message-ID: <[MC.LCS.MIT.EDU].827190.860222.KFL> Date: Sat, 22-Feb-86 15:24:38 EST Article-I.D.: <[MC.LCS.MIT.EDU].827190.860222.KFL> Posted: Sat Feb 22 15:24:38 1986 Date-Received: Sun, 23-Feb-86 12:57:36 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 19 Approved: info-vax@sri-kl.arpa From: GKN%OAK.SAINET.MFENET@LLL-MFE.ARPA ... Under the monitor I'm field testing, there is a command to remap any key into the key. I usually map the ` character to ... Then how do you send a ` character? ... Somehow I doubt that DEC gives you the option of changing what the keyboard sends. ^space isn't a null?? Control-space should not be a null. Control-@ should be a null. Pressing a character key while holding down control should subtract 64 from that character code, or should leave it alone. On the H19 control-space is a space, since 32-64 is not in the ASCII set. The IBM-PC keyboard (despite its strange key placements) does this right, as it allows user software complete control. ...Keith