mzanm/NVDAAutoclip

Options for clipboard announcements

Opened this issue · 0 comments

Hello,

Great work on this, I've been finding it really useful lately.

It would be convenient to have some degree of control over how the user is alerted to clipboard content changes. The current implementation of breaking up the speech output every 500 tokens works in many cases, but sometimes I will copy extremely large strings (think 1000KB or greater). When this happens, getting repeated speech events is distracting and introduces a large amount of lag.

Options to consider (not mutually exclusive):

  • Add a threshold to the configuration that basically says when this many characters or more are encountered, speak the length instead of the string itself
  • Break up output after this many characters (defaults to 512)
  • Attempt to break up output at word endings

Thank you for this add-on!