[jawsscripts] Re: CopySelectedTextToClipboard and AppendSelectedTextToClipboard

  • From: "Bissett, Tom" <tom.bissett@xxxxxxx>
  • To: "jawsscripts@xxxxxxxxxxxxx" <jawsscripts@xxxxxxxxxxxxx>
  • Date: Thu, 15 Nov 2012 15:28:46 -0500

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

__________�

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

Other related posts: