Here is the fix for the backspace problem.  It pays to keep some old
messages.  {;-) Grin

Dave


From: "Lee Maschmeyer" <[EMAIL PROTECTED]>

Somebody suggested this change some time ago on the list.  What this does
is to use the PC cursor instead of the invisible cursor to say the prior
character, thus rendering the speech reliable.  Put this in default.jss in
place of the version that's currently there:


Script  JawsBackspace()
var
        int TheTypeCode
SaveCursor ()
PCCursor ()
let TheTypeCode = GetWindowSubtypeCode (GetCurrentWindow())
If ((TheTypeCode == WT_TREEVIEW) || (TheTypeCode == WT_LISTVIEW)) then
        {backspace}
else
;       RouteInvisibleToPc () ; commented out
;       InvisibleCursor () ; commented out
        PriorCharacter ()
        SayCharacter ()
        NextCharacter () ; Added
        {backspace}
endif
RestoreCursor ()
EndScript
-
To unsubscribe, see the home page
http://jfw.home.ml.org

At 07:11 PM 5/23/99 -0400 Les Kriegler  Wrote:
Hi Sidney,

If I remember correctly, Ken Good had submitted a fix in prior scripts for
the backspace problem in Eudora.  I guess I'll go look for it.  If that
will work, the scripting issue with 3.3 should be fixed quite simply.
Best Regards,

Les
-
Visit the jfw ml web page: http://jfw.cjb.net


Dave Maynard
Franklin NC
[EMAIL PROTECTED]        
-
Visit the jfw ml web page: http://jfw.cjb.net

Reply via email to