[jawsscripts] Adding other script files to my application script

  • From: Jeremy Richards <jeremy.richards7@xxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Sun, 20 Aug 2017 08:35:16 -0700

Hi, 

In order to obtain as much accessibility JAWS can provide for a new
application, what are the script files I should call at the top of my jss
file? For example, here are the files used in WordPad: 

include "HJConst.jsh"
include "HJGlobal.jsh"
include "UIA.jsh"
include "MSAAConst.jsh"
include "common.jsm"
include "WordPad.jsm"

Globals
        int giUpDownArrow

I'm thinking of going with the following, so someone please let me know if
this will be fine: 

include "HJConst.jsh"
include "HJGlobal.jsh"
include "common.jsm"

Do I need the globals? 

Globals
        int giUpDownArrow

Thanks, 

JR



__________�

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

Other related posts: