Solution
I use Wispr Flow, a voice dictation tool that transcribes speech and pastes the result into the active application (in my case, Chrome). CrossPaste sees these clipboard events as originating from Chrome rather than Wispr Flow, so the existing per-app Source Control exclusion cannot filter them out without disabling Chrome entirely.
The fix would be to extend Source Control to support filtering by foreground window title or foreground process name at the time of the clipboard event:
- Ignore clipboard events where foreground window title contains "Wispr Flow"
- Ignore clipboard events where foreground process is wispr.exe
Environment: CrossPaste 2.1.5.2343, Windows 11
Alternatives
- Disabling Chrome in Source Control stops the Wispr Flow sync but also blocks all other Chrome clipboard activity — too heavy-handed.
- Disabling Sync Text globally also blocks manual "Sync To" pushes, so that is not a viable workaround either.
How important is this improvement for you?
Would be a major improvement
Solution
I use Wispr Flow, a voice dictation tool that transcribes speech and pastes the result into the active application (in my case, Chrome). CrossPaste sees these clipboard events as originating from Chrome rather than Wispr Flow, so the existing per-app Source Control exclusion cannot filter them out without disabling Chrome entirely.
The fix would be to extend Source Control to support filtering by foreground window title or foreground process name at the time of the clipboard event:
Environment: CrossPaste 2.1.5.2343, Windows 11
Alternatives
How important is this improvement for you?
Would be a major improvement