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

Restore the clipboard when pasting a snippet #20

Open thgcode opened 1 year ago

thgcode commented 1 year ago

This pull request addresses the case when the user pastes an snippet, the clipboard is overwritten. It does this by saving the clipboard content, pasting the snippet and then copying the old content again.