Path: utzoo!attcan!uunet!bu.edu!rpi!batcomputer!riley From: riley@batcomputer.tn.cornell.edu (Daniel S. Riley) Newsgroups: comp.sys.amiga Subject: Re: ARexx and mg3 questions Message-ID: <10527@batcomputer.tn.cornell.edu> Date: 11 Jul 90 14:45:08 GMT References: <9007061951.AA00834@human-torch.lockheed.com> Reply-To: riley@tcgould.tn.cornell.edu (Daniel S. Riley) Organization: Cornell Theory Center, Cornell University, Ithaca NY Lines: 20 In article lynn@phx.mcd.mot.com (Lynn D. Newton) writes: >That having been said, can somebody tell me why the following >lines at the end of my mg-startup do not work [...] >global-set-key "\F12" rexx ; F1 [...] >global-set-key "\F21" amiga-iconify ; F10 >global-set-key "\F22" rexx-do-region ; F11 Function key numbering in mg-startup is a little strange--mg3a changed the names of the function keys from mg2. F1 through F10 are "\f8" through "\f17". shift-F1 is "\f18", and so on. The definitions you have should define F5 through shift-F5. I don't remember seeing this documented anywhere--I had to check the source to figure it out. -Dan Riley (riley@tcgould.tn.cornell.edu, cornell!batcomputer!riley) -Wilson Lab, Cornell University