Hi Rose,
Try this script--I'll work on it some more and see if I can come up with a
means of getting multiple lines, but currently this one will only take the
current line and write it to the clipboard, overwriting any clipboard
contents.
If you'd rather have it do single words, then change the GetLine() to
GetWord(), but GetLine seems more practical.

1) Hit Control+Shift+0 to load the default.jss file into the Script Editor.
2)  Hit Control+End to reach the bottom of the file, then whack Enter a
couple of times to give yourself room.
3)  Type in, or cut and paste, the following script:  (Note:  if you don't
like the name or key sequence, you are free to change  them!)

script CopyLineToClipboard()
CopyToClipboard(GetLine())
Say("Line copied!!")
EndScript

4)  While in this script's text, hit Control+D to edit it's properties.
5)  Give it a quick synopsis, such as "Copies current line to clipboard."
6)  Tab down to the Key assignment field and give it a hotkey, something
like Alt+Shift+C, then Tab to Ok and whack Enter.
7)  Hit Control+S to compile the new modifications.

Next time you run JFW, you can grab a line of text at the current active
cursor's location, sending it to the clipboard, ready to paste elsewhere!

Hope this helps!


Thanks,
Dennis Brown, [EMAIL PROTECTED]
Visit the Blind Programming site at http://www.mindspring.com/~brown99/


From: Rose Combs <[EMAIL PROTECTED]>
To: Tom Rash <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, May 28, 1999 8:42 PM
Subject: Re: reading the body of the message help needed


> Speaking of gleaning specific info from a message in outlook using
> JFW, is there a way to select and copy something you have your jaws
> cursor on, something like cutting or copying to the clipboard with the
> mouse?
>
> I think I just stretched the limits here, but wondered if it is indeed
> possible.
>
> Rose Combs
> Scottsdale, Arizona
> [EMAIL PROTECTED]
>
>
> -
> Visit the jfw ml web page: http://jfw.cjb.net

-
Visit the jfw ml web page: http://jfw.cjb.net

Reply via email to