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 option to compare selected text and a snippet slot #17

Open thgcode opened 2 years ago

thgcode commented 2 years ago

Example: Copy {"test": 1} onto an snippet slot. Select {"test": 1} on a page. Press a shortcut, for example NVDA + =. Should say both snippets are equal. Change the page text to {"test":1} (remove the space). Press NVDA+=. Should say the snippets differ.