RE: JAWS repeat toggle not announcing

  • From: "Smiling?" <blind7@xxxxxxxxxxxxx>
  • To: <winamp4theblind@xxxxxxxxxxxxx>
  • Date: Sun, 30 Dec 2012 02:02:56 -0800

Smiles. phew eh ?  Good times.  Well, when you get yourself a chance, open
up Winamp and check that repeat toggle thing and let us know how it works
with JAWS 14, appreciate it.

 

From: winamp4theblind-bounce@xxxxxxxxxxxxx
[mailto:winamp4theblind-bounce@xxxxxxxxxxxxx] On Behalf Of Arlene
Sent: Saturday, December 29, 2012 8:21 PM
To: winamp4theblind@xxxxxxxxxxxxx
Subject: RE: JAWS repeat toggle not announcing

 

You know, I noticed that same thing with Jaws 13. Yes confirmed!  I'm also
using a windows 7 64 bit.  I thought it was just me. Phew! I'm not the only
one.  I'm using jaws 14 the latest build I haven't tested that repeat thing.


 

From: winamp4theblind-bounce@xxxxxxxxxxxxx
[mailto:winamp4theblind-bounce@xxxxxxxxxxxxx] On Behalf Of Smiling?
Sent: December-29-12 7:53 PM
To: winamp4theblind@xxxxxxxxxxxxx
Subject: JAWS repeat toggle not announcing

 

Was just wondering if anyone else noticed JAWS not speaking for the repeat
toggle (which is the R key) when verbosity is set to advanced?  It works
fine when verbosity is set to either beginner or intermediate and if so, I'm
curious of what you did to make it work?  Or did you just leave it not
working like I've left it for quite a while now?

 

Note: Using the latest version of Winamp 5.6.3.3235, but it's been doing
this for a few versions at least and the latest version of JAWS 13, version
13.0.1006.  This is all on a Windows7 64bit machine.

 

I'll go ahead and place a copy of both the default scripts and scripts that
I changed below trying to fix it with 0 luck, and I'll look forward to any
responses that come up.  And a Happy New Years celebration to each and every
single one of you.

 

Default scripts:

 

Script RepeatStatusInfo ()

If WinampGetShuffleMode()==1 Then

  SayMessage (OT_USER_REQUESTED_INFORMATION, MsgShuffleModeOn_L, MsgOn)

ElIf WinampGetShuffleMode()==0 Then

  SayMessage (OT_USER_REQUESTED_INFORMATION, MsgShuffleModeOff_L, MsgOff)

EndIf

If WinampGetRepeatMode()==TRUE Then

  SayMessage (OT_USER_REQUESTED_INFORMATION, MsgRepeatModeOn_L, MsgOn)

Else

  SayMessage (OT_USER_REQUESTED_INFORMATION, MsgRepeatModeOff_L, MsgOff)

EndIf

EndScript

 

My changed scripts:

 

Script RepeatStatusInfo ()

If WinampGetShuffleMode()==1 Then

  SayMessage (OT_USER_REQUESTED_INFORMATION, MsgShuffleModeOn_L, MsgOn)

ElIf WinampGetShuffleMode()==0 Then

  SayMessage (OT_USER_REQUESTED_INFORMATION, MsgShuffleModeOff_L, MsgOff)

EndIf

If WinampGetRepeatMode()==1 Then

  SayMessage (OT_USER_REQUESTED_INFORMATION, MsgRepeatModeOn_L, MsgOn)

ElIf WinampGetRepeatMode()==0 Then

  SayMessage (OT_USER_REQUESTED_INFORMATION, MsgRepeatModeOff_L, MsgOff)

EndIf

EndScript

Other related posts: