Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site amd.UUCP Path: utzoo!watmath!clyde!amd!jimb From: jimb@amd.UUCP (Jim Budler) Newsgroups: net.micro.apple Subject: Re: Tilde in Macterminal Message-ID: <628@amd.UUCP> Date: Fri, 23-Nov-84 20:10:59 EST Article-I.D.: amd.628 Posted: Fri Nov 23 20:10:59 1984 Date-Received: Sat, 24-Nov-84 02:53:28 EST References: Reply-To: jimb@amd.UUCP (Jim Budler) Distribution: net Organization: AMD Applications, Santa Clara, CA Lines: 32 Summary: In article km@emory.UUCP (Ken Mandelberg) writes: >Does anyone have a patch for macterminal that will make >it easier to type a ~. Using Fedit open MacTerminal. In block 7 at position 150 is a row of 16 characters, mostly periods, with four ` and two ~. These sixteen characters are the table for the ~/`/Esc key. I changed it as follows: Starting at position 150: HEX 1B60 7E7E 1B60 7E7E 7E60 7E7E 7E60 7E7E ASCII .`~~.`~~~`~~~`~~ The first 1B is the unshifted key. The second 1B is with caps lock on. The four ` are the command, caps lock-command, and either option & command. Any key combination with the shift key pressed will generate the tilde. I renamed the file MacTerm to distinguish it and placed a note in the get information. Thus I can always spot the modified version. -- Jim Budler Advanced Micro Devices, Inc. (408) 982-6547 UUCPnet: {ucbvax,decwrl,ihnp4,allegra,intelca}!amd!jimb Compuserve: 72415,1200 The Source: STW265