Navigation Methods Overview
System Focus
Standard keyboard navigation using Tab, Arrow keys, and shortcuts
Object Navigation
Navigate the hierarchical structure of interface elements
Text Review
Review text character by character, word by word, or line by line
System Focus Navigation
The system focus is the interface element that receives keyboard input. NVDA automatically announces focused elements as you navigate.Basic Focus Navigation
Reporting Focus Information
Report Current Focus
Report Current Focus
Keystroke:
NVDA+TabReports the current control with focus including:- Control name
- Control type (button, edit field, checkbox, etc.)
- Current value or state
- Position information
Report Shortcut Key
Report Shortcut Key
Desktop:
Laptop:
Shift+Numpad 2Laptop:
NVDA+Control+Shift+PeriodReports the shortcut (accelerator) key for the focused control, if available.Object Navigation
Object navigation allows you to explore interface elements hierarchically, accessing elements that may not be keyboard accessible.Understanding Objects
Applications consist of objects organized in a hierarchy:- Containing objects: Parent elements (windows, toolbars, lists)
- Contained objects: Child elements (buttons, list items)
- Sibling objects: Elements at the same level
Object Navigation Commands
Desktop Layout (Numpad)
Requires Num Lock to be OFF.
Laptop Layout
Flattened View Navigation
For linear navigation through all objects:Text Review
Text review allows you to read screen content by character, word, or line without moving the system cursor.Review Commands Grid (Desktop Layout)
Think of the numpad as a 3x3 grid:
Special commands:
Shift+Numpad 7: Move to top lineShift+Numpad 9: Move to bottom lineShift+Numpad 1: Move to start of lineShift+Numpad 3: Move to end of lineNumpad Plus: Say all from current position
Laptop Layout Text Review
Copy from Review Cursor
1
Set Start Marker
Navigate to the start position and press
NVDA+F92
Set End Marker
Navigate to the end position and press
NVDA+F10 once. Text is selected.3
Copy to Clipboard
Press
NVDA+F10 again to copy the selected text to the clipboardReview Modes
NVDA offers three review modes for different contexts:Object Review
Reviews content within the current navigator object only. Best for:- Reading text in specific controls
- Examining individual interface elements
- Reading list item content
Document Review
Reviews the entire document or web page. Best for:- Reading web pages
- Reviewing complete documents
- Navigating complex content
NVDA automatically switches to document review when browsing web pages.
Screen Review
Reviews text as it appears visually on screen. Best for:- Reading visually rendered text
- Accessing legacy applications
- Reading text that other methods miss
Switching Review Modes
Browse Mode
Browse mode presents complex documents as flat, navigable text. It’s used for:- Web pages (Firefox, Chrome, Edge, Internet Explorer)
- Email messages (Outlook, Thunderbird)
- PDF documents (Adobe Reader, Foxit Reader)
- Microsoft Word documents (optional)
- Kindle books
Browse vs Focus Mode
Browse Mode
Browse Mode
Purpose: Navigate and read content efficientlyFeatures:
- Cursor keys move through text like a document
- Single letter navigation for quick jumping
- All text review commands available
- Virtual representation optimized for reading
Focus Mode
Focus Mode
Purpose: Interact with form controls and editable fieldsFeatures:
- Keys pass directly to the application
- Type in edit fields
- Use form controls normally
- Select items from combo boxes
Mode Switching
NVDA automatically switches to focus mode when you tab to editable controls, and back to browse mode for non-editable content.
Single Letter Navigation
Quickly jump to elements in browse mode:Elements List
Access a searchable list of page elements: Open Elements List:NVDA+F7
Available lists:
- Links
- Headings
- Form fields
- Buttons
- Landmarks
1
Open List
Press
NVDA+F7 to open the elements list2
Choose Type
Use radio buttons to select element type (links, headings, etc.)
3
Filter (Optional)
Type in the search field to filter the list
4
Navigate
Select an item and press Enter to jump to it, or Activate to click it
Table Navigation
Special commands for navigating data tables:Mouse Navigation
NVDA can report text under the mouse pointer and provide audio coordinates.Mouse Tracking
Enable/Disable:NVDA+M
When enabled, NVDA announces:
- Text under the mouse pointer
- Object type (optional, enable in settings)
- Audio coordinates (optional, enable in settings)
Mouse Emulation
Touch Gestures
On touchscreen devices, NVDA supports touch navigation:Basic Touch Gestures
Touch Modes
Text Mode
Text Mode
Navigate and read text:
- Flick up/down: Previous/next line
- Flick left/right: Previous/next character
- 2-finger flick left/right: Previous/next word
Object Mode
Object Mode
Navigate objects:
- Flick up: Containing object
- Flick down: First contained object
- Flick left/right: Previous/next object in flattened view
NVDA+Control+Alt+T
Search Functions
Find text in documents and web pages:1
Open Find Dialog
Press
NVDA+Control+F2
Enter Search Text
Type the text you want to find
3
Find Next
Press
NVDA+F3 to find the next occurrence4
Find Previous
Press
NVDA+Shift+F3 to find the previous occurrenceTips for Efficient Navigation
Learn Single Letters
Master single letter navigation for fastest web browsing
Use Elements List
Press
NVDA+F7 to quickly find links and headingsTry Review Modes
Experiment with different review modes for stubborn content
Combine Techniques
Use object navigation to reach areas, then text review to read
