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/

Reply via email to