[jawsscripts] Re: Events Triggered while in Table on Web Page

  • From: Bob <temp@xxxxxxxxxxxxxxx>
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Fri, 9 Feb 2018 16:01:21 +0000

The table reading commands control + alt + are triggered by a script not an 
event. 

Insert + 1 then triple tap the keystroke for the script name. Insert + 1 to 
turn keyboard help off again. 
Find the script in the defaults and call a function from there to do your 
custom stuff.

Call the same function from your event to handle the tab movement. 

Bob


On 9 Feb 2018, at 15:44, Medoff, Marshall I. (FTC) <Marshall.Medoff@xxxxxx> 
wrote:

One more question:

I have a table on a page in a web app that contains cells of data and cells 
of links.  The table is properly formatted and gets spoken and can be 
navigated properly.

I can navigate via the tab key but that takes me from link to link within the 
table.  I can use Control + Alt + [arrow] to move from cell to cell.

In my script source I've trapped two events, FocusChangedEvent and 
HandleCustomWindows event, neither of which are triggered when using the Cell 
navigation keys.  It is only when I use the tab key that the 
HandleCustomWindows event is triggered and my code gets run.

My question is, what events do I need to trap in order to get the code to run 
no matter which navigation method a user chooses.

Thanks again in advance,

Marshall Medoff

__________�

View the list's information and change your settings at 
http://www.freelists.org/list/jawsscripts



__________�

View the list's information and change your settings at 
http://www.freelists.org/list/jawsscripts

Other related posts: