diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-25 18:57:49 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-28 00:59:46 +0100 |
commit | 2e243de2887f75fa1bd4146bc67d01ae08500d0d (patch) | |
tree | ad41bca277549b6a460712dc2cee6cb8d3c8eda5 /winaccessibility/README | |
parent | 455c39645e3fe1642679aa478c5b1b5a1d3ab0ae (diff) |
winaccessibility: README already outdated
Change-Id: Id0defc7e4fbe5b700362548559e08163a327399b
Diffstat (limited to 'winaccessibility/README')
-rw-r--r-- | winaccessibility/README | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/winaccessibility/README b/winaccessibility/README index 45ec5506283b..e27c68f213bf 100644 --- a/winaccessibility/README +++ b/winaccessibility/README @@ -15,7 +15,7 @@ source/service/ internal accessibilty objects when events arrive. source/UAccCom/ - + implementations of the MSAA / IAccessible2 interfaces + + COM implementations of the MSAA / IAccessible2 interfaces to provide native peers for the accessbility code. source/UAccCOMIDL/ @@ -29,12 +29,7 @@ vcl/ <-> toolkit/ <-> accessibility/ <-> winaccessibility/ <-> UAccCom/ Debugging / playing with winaccessibility -First you need to ensure that UAccCOM.dll is registered, if this did -not happen at install time use: - -regsvr32 /absolute/path/to/program/UAccCOM.dll - -Next you need to enable 'experiemental mode' in Tools->Options. After +You need to enable 'experiemental mode' in Tools->Options. After that NVDA should work as expected. In order to use 'accprobe' to debug it is necessary to override the check for whether an AT (like NVDA) is running; to do that use: |