1. Purpose

It is to be used for saving and searching specific text strings or bookmarks, on web pages or documents in NVDA's brouse mode.
The plugin saves the specified strings and bookmarks to text and pickle files.
The name of these files is based on the title of the current document.
When executing the command for specific search, NVDA shows a dialog with the corresponding saved text, if some string has been saved for the current document.


2. Commands


2.1. Keyboard

- control+shift+NVDA+s: Opens a dialog for saving a string of text that you may wish to find on the current document.
By default it shows the text previously saved for this document.
If this text is deleted, the text file containing the text string will be also removed.

- control+shift+NVDA+f: If the current document has a text file for specific search, opens a dialog that shows the saved string of text. When you press OK, NVDA search for the text set on the dialog edit box.
If no text file is found for this document, NVDA announces it without opening Specific Search dialog.

- control+shift+NVDA+k: Saves the current position as a bookmark. Pressed two times, deletes the bookmark corresponding to this position.

- control+shift+k: Moves to the next bookmark.

- shift+NVDA+k: Moves to the previous bookmark.

2.2. Specific search Submenu (NVDA+N)

You can open the corresponding folders using these available commands:

- Specific search folder.

- Bookmarks folder.

- Open documentation folder.