[jawsscripts] Re: How to make JAWS respond when text is inserted into the application

  • From: "Mark Matthews" <mark.matthews53@xxxxxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Sat, 6 Oct 2007 16:49:13 +0100

Hi Kamil,

Probably a bit late responding on this one, but if I've understood your
message correctly, you're actually trying to spell the string? If so, you
need to add the SpellString and TypeKey built-in functions into the
equation.

So with this in mind, the modified script could look like the following:

Script Test ()

TypeString ("Hello there")
SpellString ("Hello There")
TypeKey (Enter)

SayString ("Hello there")
EndScript
Note you could also declare a string variable to hold the "Hello There"
string, and pass it as a parameter to the SpellString and TypeString
functions as you wish.

HTH.

Cheers,

Mark

Mark Matthews
Cardiff, Wales, UK
E-mail/MSN/Windows Messenger:  mark.matthews53@xxxxxxxxxxxx
Skype:  MMatthews1981
Mobile:  07779 147874 

-----Original Message-----
From: jawsscripts-bounce@xxxxxxxxxxxxx
[mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Kamil
Sent: 05 October 2007 22:25
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] How to make JAWS respond when text is inserted into
the application


Hi folks,

How can I make the following script, sounds like when you are actualy typing

keystrokes:

; Notepad.jss
; Control+T as the hotkey

Script test ()
    TypeString ("Hello there")
    TypeKey("Enter")
    {UpArrow}
EndScript

If you key in yourself you'll hear:

H e l l o space t h e r e
Enter
Hello there

I'm looking for solutions other than using any Say function in order to 
simulate what JAWS is supposed to say.

By the way, the reason for using all three forms of inserting keystrokes, is

to show that none of them cause JAWS to talk.

Thanks in advance,

Kamil

__________ 
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: