[jawsscripts] Repurposeing/overriding Touch.SpeechSettings keymap section

  • From: Michael _ <mchllmdds@xxxxxxxxxxxxx>
  • To: "jawsscripts@xxxxxxxxxxxxx" <jawsscripts@xxxxxxxxxxxxx>
  • Date: Mon, 28 Sep 2020 16:19:58 +0000

Hi everyone
If you have a touch screen and you do a two finger rotate, you get touch 
navigation mode, text reading mode and speech settings mode
While on a particular webpage using ms edge, I would like to override speech 
settings mode key map. How would I do this?
I have tried various things, but I can't fully override [Touch.SpeechSettings] 
section in the default.JKM file
I can do Script IncreaseVoiceRatePermanent() and override this script, but all 
other possible touch combinations were disabled since they were assigned 
AnnounceCurrentGestureModeAsError in [Touch.SpeechSettings] section. none of 
the functionality in this gesture mode is needed so would like to repurpose it

I've read touch.jss and I can't add an additional gesture mode. So I need to 
find out how to repurpose an existing gesture mode section while on this page. 
Domain specific scripts doesn't override the default section keymap

The reason why i want to do this is because this particular web page has drag 
and drop elements. I want to create scripts which will save the finger 
coordinates and then when I am dragging the object, I will look at getting 
schedule function to guide me to the save cursor position. Just curious to know 
what is possible with the use of a touch screen.

I hope someone is able to provide a solution.

Thanks
Michael


__________�

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

Other related posts:

  • » [jawsscripts] Repurposeing/overriding Touch.SpeechSettings keymap section - Michael _