thgcode / snippetsForNVDA

Text snippets handling for the NVDA screen reader, including clipboard memory and more
GNU General Public License v2.0
4 stars 6 forks source link

Add feature to check the diff between a snipped and selected text #18

Open thgcode opened 2 years ago

thgcode commented 2 years ago
  1. Save a snippet on one of the slot.
  2. Select any text.
  3. Press NVDA+CONTROL+SHIFT+D to view the diff between the snippet and selected text.

Or:

  1. Select one of the saved snippets.
  2. Select any text.
  3. Press NVDA+CONTROL+SHIFT+D to view the diff between the snippet and selected text.