Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Text console for development in JAWS?

I'm working on a web application and I want to make it easy to use via screen reader. Testing stuff in JAWS is time consuming. Is it possible to make JAWS display text instead of reading it? I don't want actually to hear the content during development. I just want to see what would be read by JAWS.

like image 665
szym Avatar asked Apr 18 '13 08:04

szym


People also ask

How do you read ALT text with JAWS?

To read the text box contents in JAWS, press Alt+Num Pad 5.

What is JAWS and NVDA?

Screen readers are software programs used by blind individuals to access computers and mobile devices. The JAWS and NVDA screen readers can be accessed from any public (Sites) Windows computer on the U-M campus. The VoiceOver screen reader is built into the Macintosh operating system.

Is JAWS screen reading software free?

JAWS Tandem Center available for free to help with support and training. Optional support for Tandem Direct, Citrix, Terminal Services, and Remote Desktop. Powerful scripting language to customize the user experience on any application. Includes drivers for all popular Braille displays.


3 Answers

There is no speech viewer for Jaws, as far as I know. However, you can make it write all speech output to a log file using the "/z" switch. Unfortunately, you cannot view the log file in a text editor while the screen reader is running, because it is locked. Open a command prompt or bring up the Run dialog by pressing Win+r and type: "jaws_executable" /z"log_file" Where "jaws_executable" is the full path and file name of the Jaws application and "log_file" is the location and name of the speech log file. Important: There should be no space between "/z" and the log file name.

like image 127
Nektarios Paisios Avatar answered Oct 06 '22 19:10

Nektarios Paisios


This is an old thread, but since it came up top in my search I thought I'd update it. JAWS 15 has just introduced this capability through the "Speech History" feature. Follow these directions to enable it:

If you miss one or more messages spoken by JAWS, you can press INSERT+SPACEBAR, followed by H to open a Results Viewer window containing up to the last 50 announcements spoken by the synthesizer. When the Speech History window opens, you are placed on the line containing the most recent announcement. To clear the history, press INSERT+SPACEBAR, followed by SHIFT+H. The history is also cleared when you lock the computer or completely log off. If you do not want JAWS to maintain a speech history, clear the Enable Speech History check box in Settings Center.

Read more in the JAWS 15 What's New document under New Speech History for Speech-only Users.

For those of you stuck with JAWS 14, Nektarios Paisios answer using the "/z" log worked best for me.

like image 28
TimHayes Avatar answered Oct 06 '22 18:10

TimHayes


I believe there is a visual indicator in JAWS, but my version of JAWS is being a bit wonky. These days, NVDA plays pretty similarly to JAWS, so you can use that, and it has a speech output console: Right click the NVDA icon in the system tray, select Tools, and Speech Viewer.

like image 26
Ryan B Avatar answered Oct 06 '22 19:10

Ryan B