Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!princeton!orsvax1!pyrnj!caip!lll-crg!lll-lcc!dual!apple!mark From: mark@apple.UUCP (Mark Lentczner) Newsgroups: net.lang.st80,net.micro.mac Subject: Re: Help with SmallTalk on Mac Plus (level 1) Message-ID: <34175@apple.UUCP> Date: Mon, 10-Mar-86 13:36:17 EST Article-I.D.: apple.34175 Posted: Mon Mar 10 13:36:17 1986 Date-Received: Wed, 12-Mar-86 21:41:31 EST References: <184@brand.UUCP> Reply-To: mark@apple.UUCP (Mark Lentczner) Organization: Apple Education Research Group, Cupertino CA Lines: 18 Xref: watmath net.lang.st80:325 net.micro.mac:5063 [] Uhm, well the binding of the Enter key to the blue button is done in the lowest level of the interpreter on the Macintosh, not in the image so there is no good way to rebind it. You could rewrite some of the low level stuff in InputSensor to rebind it but be carefull, that's deadly code you're dealing with, one false move and you've got a frozen image. As far as rebinding it to the control key, you couldn't do that anyway since Smalltalk expects to be able to see the control key as a sepearate modifier on any key stroke or mouse click - granted you could change the way the image deals with such things, but it sounds like a bit of a pain. Oh, the reason why it doens'twork on a macPlus is the new keyboard, using a Mac or Mac 512 keybaord with Smalltalk on the macPlus should work fine. It seams that they changed the physical key numbers on the new keyboard, and the enter key moved! Yes, the Smalltalk group is working on the problem, we'll let you know. -mark lentczner Apple Computer