On 9/16/04 10:32 AM, Al Simcoe <alsimcoe at alsimcoe.com> wrote: >> However, I found the following link on Versiontracker for a Script that will >> clear the clipboard: >> >> http://www.versiontracker.com/dyn/moreinfo/macosx/11308 That old script doesn't work for me under 10.3.5, but it's easy enough to write your own...it's a one-liner. Open Script Editor (Applications/AppleScript/Script Editor) and create a new script. Enter this text in the script window: set the clipboard to "" Save that as an application and you're done. --Bill