Have you ever pressed the SpaceBar to check or uncheck an item and it never
gave you feedback on whether it actually got checked/unchecked? Try this
fix.
1) Hit Control+Shift+0 to launch Script Manager with Default.jss loaded.
2) Hit Control+End to get to the bottom of the file.
3) Cut and paste, or just type in the following script:
Script SpaceBar ()
{Space}
If(ControlCanBeChecked ()) Then
Pause()
SayWord()
Else
SayString("Space")
EndIf
EndScript
4) While within this script, hit Control+D to edit the properties of this
particular script, and give it a synopsis, such as "Enhanced SpaceBar), and
a Description, such as "Enhanced SpaceBar that announces state of
checked/unchecked controls."
5) Tab down to Assign field and hit the SpaceBar. You'll receive a warning
that it is already assigned, so just tab to OK and hit Enter. Tab to OK and
hit Enter again to exit the properties.
6) Hit Control+S to compile the default file with this new script.
Hope this helps!
Thanks,
Dennis Brown, [EMAIL PROTECTED]
Visit the BlindProgramming web site at
http://brown99.home.mindspring.com
-
Visit the jfw ml web page: http://jfw.cjb.net