[jawsscripts] Re: CopySelectedTextToClipboard and AppendSelectedTextToClipboard

  • From: "Reed poynter" <reed.poynter@xxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Thu, 15 Nov 2012 13:32:30 -0800

In a text document, SelectNextLine selects the line the cursor is sitting
on.

fsdn.chm/Scripting/Reference
Guide/JAWS/Clipboard/AppendSelectedTextToClipboard and
CopySelectedTextToClipboard both discuss this: 

"With the Freedom clipboard, text will be appended to the clipboard, adding
it to the clipboard at the end of the previous clipboard content."

"Standard Windows copy command, usually found in the Edit menu, any selected
text or items will be copied to the Windows Clipboard. The selected items or
text can then be pasted into another window or application."

Both topics state, "This function is available in the following
releases:..."

Reed
 
-----Original Message-----
From: jawsscripts-bounce@xxxxxxxxxxxxx
[mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Bissett, Tom
Sent: November-15-12 12:29 PM
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] Re: CopySelectedTextToClipboard and
AppendSelectedTextToClipboard

Hi Reed,  I am not sure what you are doing,  I am confused why the
selectnextline.
I have a script that does something similar.
script CopyLineToClipBoard()
say("copy to clipboard",ot_status)
var
string CopyLine
let Copyline = getline()
CopyToClipboard (copyline)
EndScript

OR

script appendLineToClipBoard()
say("append to clipBoard",ot_status)
var
string CopyLine
let Copyline = getline()
AppendToClipboard (CopyLine, true)
EndScript

Tom Bisset
-----Original Message-----
From: jawsscripts-bounce@xxxxxxxxxxxxx
[mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Reed poynter
Sent: November 15, 2012 3:08 PM
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] CopySelectedTextToClipboard and
AppendSelectedTextToClipboard

Hi Scripters,

I have created the script below.  I've successfully compiled it in
Default.jss and Wordpad.jss.
When I run it via my assigned hot key, I receive a verble message that says,

"unknown function call to CopySelectedTextToClipboard" or "unknown function
call to AppendSelectedTextToClipboard".
Any ideas?

Thanks,

Reed

Script SelectandCopyLineToClipboard ()

SelectNextLine ()
;AppendSelectedTextToClipboard ()
CopySelectedTextToClipboard ()  

EndScript

__________???

View the list's information and change your settings at
http://www.freelists.org/list/jawsscripts

__________o?=

View the list's information and change your settings at 
http://www.freelists.org/list/jawsscripts

__________�

View the list's information and change your settings at 
http://www.freelists.org/list/jawsscripts

Other related posts: