Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site spuxll.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!bellcore!decvax!harpo!whuxlm!spuxll!ech From: ech@spuxll.UUCP (Ned Horvath) Newsgroups: net.micro.mac Subject: Re: Megaroids problems (editing menus) Message-ID: <660@spuxll.UUCP> Date: Mon, 20-May-85 17:44:51 EDT Article-I.D.: spuxll.660 Posted: Mon May 20 17:44:51 1985 Date-Received: Thu, 23-May-85 03:22:47 EDT References: <400@cmu-cs-k.ARPA> Organization: AT&T Information Systems, South Plainfield NJ Lines: 9 Actually, because of the structure of the MenuKey call in the toolbox, you stand a good chance of being able to assign bindings arbitrarily to menu items if ANYTHING is control-key bound. This doesn't mean the programmer HAD to do it this way, but the easiest way to handle control-key keypresses is to just let MenuKey do the work. I do it that way just so that I can edit the menus any way I want to and the keyDown code doesn't have to change. =Ned=