Hello Stacey,

The first thing you have to remember when reading a text file is to interact 
with the text, otherwise, the VO commands won't work.

To read from top of document, VO-b;
To read from current position, VO-a;
Read next character, VO-shift-Right Arrow;
Read previous character, VO-shift-Left Arrow;
Read next word, VO-Right Arrow;
Read previous word, VO-Left Arrow;
Read line, VO-l;
Read next line, VO-Down Arrow;
Read previous line, VO-Up Arrow;
Read sentence, VO-s;
Read next sentence, VO-Command-Page Down;
Read previous sentence, VO-Command-Page Up;
Read paragraph, VO-p;
Read next paragraph, VO-Shift-Home;
Read previous paragraph, VO-Shift-End.

On a laptop, Home = FN-Left Arrow;
End = FN-Right Arrow;
Page up = FN-Up Arrow;
Page down = FN-Down Arrow.

All this information can be found by pressing VO-h-h and looking in the Text 
menu. It's worth reading through the VO commands just to be aware of what's 
available.

Reading Web pages can be tricky, depending on how they are written. In DOM 
mode, you can only navigate horizontally, but VO-b and VO-a work fine. You can 
also navigate by headers, links, visited links, form controls and more.


Cheers,

Anne

-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.

Reply via email to