From fe930b18bc6ae2431860887fbc980b8550a95ed3 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 15 Oct 2018 12:13:42 +0200 Subject: winaccessibility: IA2 is no longer experimental Change-Id: I1ccaa95678b5ac6e3a25eb7577cb790ab388b73a Reviewed-on: https://gerrit.libreoffice.org/61986 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- winaccessibility/README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'winaccessibility') diff --git a/winaccessibility/README b/winaccessibility/README index dd77437b10b6..a7a8e7a9a8a6 100644 --- a/winaccessibility/README +++ b/winaccessibility/README @@ -45,8 +45,8 @@ not by actual end users. Debugging / playing with winaccessibility -You need to enable 'experimental mode' in Tools->Options. After -that NVDA should work as expected. In order to use 'accprobe' to debug +If NVDA is running when soffice starts, IA2 should be automatically enabled +and 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: @@ -56,3 +56,6 @@ Then you can use accprobe to introspect the accessibility hierarchy remotely, checkout: http://accessibility.linuxfoundation.org/a11yweb/util/accprobe/ + +But often it's more useful to look at NVDA's text output window... + -- cgit