Path: utzoo!attcan!uunet!munnari.oz.au!metro!usage.csd.unsw.oz.au!usage.csd!lambert From: lambert@spectrum.cs.unsw.oz.au (Tim Lambert) Newsgroups: comp.sys.apollo Subject: Re: How to redefine keys Message-ID: Date: 18 Sep 90 17:16:52 GMT References: <9009180429.AA00289@pan.ssec.honeywell.com> <9009181013.aa11891@concour.cs.concordia.ca> Sender: news@usage.csd.unsw.oz.au Organization: EE & CS, Uni of NSW, Australia Lines: 19 In-reply-to: goldfish@CONCOUR.CS.CONCORDIA.CA's message of 18 Sep 90 15:13:53 GMT On the subject of key definitions: One I find incredibly useful is the following: #copy name pointed to to input pad from transcript pad kd m2 /[~a-zA-Z!-._:$0-9@@/@@\@@-@@(@@)~`%^*_+=!]/dr; \\;/?/xc file_name; ti;tb;tr ke kd m2u xp file_name;tr;es ' ';gm ke Typical use: suppose I want to remove a bunch of files. I say 'ls' to get a listing, then type 'rm ' and grab the mouse and click on the all the names of files that I want deleted. Pressing NEXT WNDW and RETURN completes the process. If you hold M2 down instead of clicking you can copy the file name whereever you want. Tim