I like, thank you.
David Ferrin [EMAIL PROTECTED]
----- Original Message ----- 
From: "Terrill Reynolds" <[EMAIL PROTECTED]>
To: <jaws-users-list@jaws-users.com>
Sent: Saturday, July 07, 2007 8:35 PM
Subject: [JAWS-Users] Two script modifying tips


Heres a tip To have your PC courser or jaws cursor speak the line it is on 
when you hit either the PC cursor or Jaws cursor.

do the following:

1. Hit Control+Shift+0 to launch the Script Manager with the default script

set loaded into the editor.

2. Hit Control+L to pop up a list of the functions and scripts within this

file.

3. Type the word "JAWS" to be placed on the list item starting with those

letters, then arrow down to JAWS CURSOR and hit Enter to be placed within

that script's text.

4. Arrow down to the line that reads

SayFormattedMessage (OT_STATUS, cmsg10_L, cmsg10_S) ;"invisible Cursor"

and hit the End key to get to the end of that line...

5. Hit Enter to create a blank line, then type the command SayLine() on

that blank line.

6. Arrow down to the EndScript line and hit Home.

7. Type the command SayLine() and hit Enter.

8. Hit Control+S to save and compile the new changes.

Whenever you hit the Invisible cursor or JAWS cursor, you'll get the cursor

announced, and the current line read, giving you a bearing on where that

cursor is located on the screen.

To have the PC cursor do the same when it is invoked (which, by the way,

makes a great Read Current Line keystroke), follow steps one and two above,

then...

3. Type the word "PC" to be placed on the list item starting with those

letters, then arrow down to PcCURSOR and hit Enter to be placed within that

script's text.

4. Arrow down to the EndScript line and hit Home.

5. Type the command SayLine() and hit Enter.

6. Hit Control+S to save and compile the new changes.

Now, invoke those cursors and hear the difference.

Heres a tip to make JAWS play a sound when you copy, cut or paste:

1. find a .wav sound you want to hear for each of the three, and rename them 
to the below:

ClipboardChanged.WAV

Cut.wav

Paste.wav

. Now copy the sound files you just renamed to your:

C:\WINDOWS\Media folder.

1. Hit insert plus zero to open the script manager, then hit control shift D 
to open the default scripts.

2. hit control plus L to be placed in a list of scripts.

3. type c until you get to ClipboardChangedEvent and hit enter to be placed 
into that script

4. arrow down to the end of that script, which will say:

let ClipBoardTextChanged = false

EndFunction

5. While on the line EndFunction hit the home key to get to the beginning of 
that line and hit enter to place a blank line above that line.

6. now past in the following line exactly as below:

PlaySound ("C:\\WINDOWS\\Media\\ClipboardChanged.wav")

It should look like below now:

let ClipBoardTextChanged = false

PlaySound ("C:\\WINDOWS\\Media\\ClipboardChanged.wav")

EndFunction

. now hit control Plus to compile and alt plus F4 to exit.

. Now hit control plus L again and hit the letter P until you find paste 
from clipboard and enter to be placed into that script.

1. arrow down to the end which will be the following:

SayFormattedMessage (OT_JAWS_MESSAGE, cmsg53_L, cmsg53_S)

EndScript

2. while on the line EndScript

hit the home key to get to the beginning of that linehit enter to place a 
blank line above it.

3. past in the following:

PlaySound ("C:\\WINDOWS\\Media\\Paste.wav")

It should look like below:

SayFormattedMessage (OT_JAWS_MESSAGE, cmsg53_L, cmsg53_S)

PlaySound ("C:\\WINDOWS\\Media\\Paste.wav")

EndScript

. now hit control Plus to compile and alt plus F4 to exit.

. Hit control plus L again for the list of script

1. hit the letter C till you come to the script cut to cllipboard and hit 
enter to be placed into that script.

2. arrow down to the end of the script which will be the following lines:

TypeKey (cksCut)

EndScript

3. hit home while on the line end script to put a blank line above line and 
past in the below:

PlaySound ("C:\\WINDOWS\\Media\\Cut.wav")

4. It should now look like below:

TypeKey (cksCut)

PlaySound ("C:\\WINDOWS\\Media\\Cut.wav")

EndScript

. now hit control Plus to compile and alt plus F4 to exit.

Now you will hear sounds when you cut, copy or paste.

. Minor alterations such as that make JFW more friendly to the user, and you

HTH



Respectfully,
Terrill Reynolds
---------- 
Email:
[EMAIL PROTECTED]
Windows Messenger:[EMAIL PROTECTED]
Yahoo:terrillreynolds
AIM:terrill36
PH:(910)842-7701


Visit the JAWS Users List home page at:
http://www.jaws-users.com
Address for the list archives:
http://www.mail-archive.com/jaws-users-list@jaws-users.com
To post to this group, send email to
jaws-users-list@jaws-users.com
To unsubscribe from this group, send an email to
[EMAIL PROTECTED]
For help from Mailman with your account Put the word help in the subject or 
body of a blank message to:
[EMAIL PROTECTED]
Use the following form in order to contact the management team
http://www.jaws-users.com/managers.php
If you wish to join the Blind Computing list send a blank email to the 
following address:
[EMAIL PROTECTED]


Visit the JAWS Users List home page at:
http://www.jaws-users.com
Address for the list archives:
http://www.mail-archive.com/jaws-users-list@jaws-users.com
To post to this group, send email to 
jaws-users-list@jaws-users.com
To unsubscribe from this group, send an email to 
[EMAIL PROTECTED]
For help from Mailman with your account Put the word help in the subject or 
body of a blank message to:
[EMAIL PROTECTED]
Use the following form in order to contact the management team
http://www.jaws-users.com/managers.php
If you wish to join the Blind Computing list send a blank email to the 
following address:
[EMAIL PROTECTED]

Reply via email to