Like I said before remember these days it is better to use the my extensions file instead of modifying the default script file so what we do does not mess up anything FS might do in the future.

-----Original Message----- From: Mike B.
Sent: Wednesday, July 5, 2017 9:47 PM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] Jaws Reporting Time & Date

Hi tom, David, Randy Wayne Eric, & steve,

Thank you all very much for your input.  I was asking for a now fellow
member, John O'Regan, which I didn't know was a member of this list in hopes
someone could provide an answer for him.  John has now asked this list in a
different way, but I'm sure the answer Tom provided will be read by him, &
certainly hope it will solve the problem for the person John is trying to
help.  Thanks again.
Take care.  Mike.  Go Dodgers!
Sent from my iBarstool.
Arguing with a woman is like reading a software license agreement.  In the
end you have to ignore everything, & click I agree.
----- Original Message ----- From: Bissett, Tom
To: jaws-users-list@jaws-users.com
Sent: Wednesday, July 05, 2017 12:19 PM
Subject: Re: [JAWS-Users] Jaws Reporting Time & Date


Hi Mike B ,  if you are familiar with the script manager you can make this
change.
Open the script manager,  open the default script with control shift D

Look for Script SaySystemTime ()
You need to remove a few lines.  Rather than removing the lines you can
comment them out by placing a ; at the beginning of the line

Script SaySystemTime ()
var
string sTimeOrDate
if GetRunningFSProducts() == product_MAGic
&& IsSpeechOff() then
ExMessageBox(FormatString(cMsgGetSysTimeAndDate,SysGetTime(),SysGetDate()),
cscNull,MB_ICONINFORMATION)
return
endIf
;If (IsSameScript ()) then
Let sTimeOrDate = FormatString (cmsgGetSysDate, SysGetDate ())
SayUsingVoice ( VCTX_MESSAGE, sTimeOrDate, ot_user_requested_information)
;Else
Let sTimeOrDate = FormatString (cmsgGetSysTime, SysGetTime ())
;endIf
SayUsingVoice ( VCTX_MESSAGE, sTimeOrDate, ot_user_requested_information)
EndScript

Then copy the line
SayUsingVoice ( VCTX_MESSAGE, sTimeOrDate, ot_user_requested_information)

And insert it just after
Let sTimeOrDate = FormatString (cmsgGetSysDate, SysGetDate ())

Compile the script with JawsKey S

Regards
Tom Bisset
-----Original Message-----
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of Mike B.
Sent: Wednesday, July 05, 2017 2:25 PM
To: Jaws-Users List
Subject: [JAWS-Users] Jaws Reporting Time & Date

Hi All,

Is there any way to modify the, Jaws key + F12, keystroke / script so that
it will say both the time & date when press ing it just 1 time.  This is for
a 1 handed child, & turning on Insert key mode only works for 1 press of the
Insert / Jaws key, not if you need to press it twice to get the date.  All
help will be greatly appreciated.  Thanks much.
Take care.  Mike.  Go Dodgers!
Sent from my iBarstool.
Arguing with a woman is like reading a software license agreement.  In the
end you have to ignore everything, & click I agree.
For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/
For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


David Ferrin
You don't have to be crazy to run a list like this, but it does help.

For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/

Reply via email to