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

  • From: "Kamil" <kamilimak@xxxxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Fri, 5 Oct 2007 17:24:53 -0400

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

Other related posts: