Comment out the lines as shown in the script below found in default.jss to
get backspace working right.

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


Write to me personally if you have any problems.

Dean

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

Reply via email to