- Author: Joseph Lee, Cleverson Uliana and others
- Download stable version
- Download development version
- NVDA compatibility: 2019.3 and beyond
This add-on provides quick commands to manage objects on screen, including navigation and other possibilities.
- Control+NVDA+TAB: Steps through arrow key modes (see below for details).
The add-on provides four ways to use arrow keys:
- Classic (or normal mode): use arrow keys to move cursor.
- Object nav: use arrow keys to move to next/previous/parent/first child objects.
- Web: use arrow keys to cycle through elements and move between them.
- Scan mode: use arrow keys to move through objects on screen regardless of hierarchy.
The following commands are available with arrow keys set to object nav:
- Right arrow: next object.
- Left arrow: previous object.
- Up arrow: parent object.
- Down arrow: first child object.
- SPACE or ENTER: activate.
With web mode active (elements are normal or moving by object, link, form field, heading, frame, table, list, landmark):
- Right arrow: next element.
- Left arrow: previous element.
- Up arrow: previous element type.
- Down arrow: next element type.
- SPACE or ENTER: activate.
With scan mode active:
- Down arrow: next object or the next line.
- Up arrow: previous object or previous line.
- Right arrow: review next character.
- Left arrow: previous character.
- Control+right arrow: next word.
- Control+left arrow: previous word.
- SPACE or ENTER: activate.
- Requires NVDA 2019.3 or later.
- Internal changes to support future NVDA releases.
- Added localizations.
- Enter key (regular and Numpad) can be used to activate objects.
- Better compatibility with NVDA 2018.1.
- Added web mode.
- Initial stable version.