Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!gatech!hubcap!mikeoro From: mikeoro@hubcap.clemson.edu (Michael K O'Rourke) Newsgroups: comp.sys.mac.programmer Subject: Patching a trap address Message-ID: <5563@hubcap.clemson.edu> Date: 23 May 89 00:46:19 GMT Organization: Clemson University, Clemson, SC Lines: 13 I am new to the world of inits, so i have a question. I want to create an init that will add certain functionality to the standard save/load dialogs. I could patch the trap call, but then the old trap wouldn't get called. What i want to do is have everything work normally until the user pushs a special key combination while in the save/load dialog. If they press that combination i want my routine to get called to do something. What is the proper way to do this? For instance, the init Quickfolder does the same sort of rout-around that i want to be able to do (if anyone knows the author and he/she can send code...). Thanx, Michael O'Rourke