Multi Clip Clipboard Help
Multi Clip Clipboard Help
- Subject: Multi Clip Clipboard Help
- From: "Domains4Days.com" <email@hidden>
- Date: Sat, 14 Dec 2002 10:09:51 -0800
I'm trying to create some kind of multi clip clipboard. My goal is to
simply trigger and AppleScript that will constantly keep adding to the
clipboard - what ever the highlighted text is in any program - like:
clip1
-------
clip2
-------
clip3
-------
Etc..
* currently I'm using Quickeys - but also have something I have not used
called Youpi key that was recommended from this list. The QuickKey which
was tested simply types the command-c only -( which should copy any
highlighted text)
* my problem is that Quickeys is not actually copy anything - although the
actual Quickeys works fine by itself. I think somehow the first few script
commands somehow un-select - what I have highlighted.
if anybody can show me how to get this going in Quickeys - I would
appreciate it - and if you'd rather show me in Youpi key - that's fine also
- but currently I mostly use Quickeys - so that would be better for me.
Q: Which program you prefer better with 0SX: Quickeys or YoupiKey? Can you
tell me why?
Thanks in advance - Dave
===start
set oldstuff to the clipboard
set seperate to return & "-------" & return
tell application "QuicKeys Backgrounder"
PlayByName "Clippy_Add"
end tell
set newstuff to the clipboard
set the clipboard to oldstuff & seperate & newstuff
===end
--
RevDave
email@hidden
Check out some great Domain Names at:
http://www.domains4days.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.