Hi Sidney,

Okay, I found Ken Gould's message regarding the backspace problem.  I don't
know if this will resolve the problem in Eudora 4.1, but I'll include it
here, and I'm certain Ken will comment.
Best Regards,

Les
I have also noted the problem where the backspace key sometimes repeats a
letter to the left of a blank space when one is backspacing over the blank.
 I have traced the problem to the way the backspace script is written, and
I have modified the script in a way that seems to solve the problem.  I
have just done this, and it seems to work, but I would like to know how it
works for others.  If it causes problems, I have some other ideas about how
to solve the problem.  The script in question is called JawsBackspace, and
it can be found in the default.jss script file.  The corrected script is
shown below.  Make the changes, and then recompile using Control+S.  Note
that I just commented out the two lines I didn't want with a semicolon.
This makes it easier to go back if you want to.  Also, it would be a very,
very good idea to make a backup copy of the default.jss file before making
any changes.  If you accidently screw up this file, you can always restore
it by deleting it and renaming your backup back to default.jss.  Remember,
this is the main script file for JFW, so b careful with it!  I also suggest
you make a backup of default.jsb which is the compiled version of
default.jss.  You can restore both in the event of any accidents, and this
will assure you are protected.  The modified script follows:

Script  JawsBackspace()
var
        int TheTypeCode
SaveCursor ()
PCCursor ()
let TheTypeCode = GetWindowSubtypeCode (GetCurrentWindow())
If ((TheTypeCode == WT_TREEVIEW) || (TheTypeCode == WT_LISTVIEW)) then
        {backspace}
else
;       RouteInvisibleToPc ()
;       InvisibleCursor ()
        PriorCharacter ()
        SayCharacter ()
 NextCharacter ()
        {backspace}
endif
RestoreCursor ()
EndScript

Best regards,
Ken
E-mail address: [EMAIL PROTECTED] - The JFW mailing list home page is
available at http://yoyo.cc.monash.edu.au/~nallan/jfw/index.shtml to
unsubscribe, send a msg to [EMAIL PROTECTED] with
"unsubscribe jfw" without the "" in the body of the message.


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

Reply via email to