
UWK-87
165 discussion posts
Hi Keith,
I am sorry if there is a method posted somewhere, but I wasn't able to find it and I need help with three issues:
1. I have text scrubber trigger set on double copy, so sometimes when I am in a hurry to copy files (for example ABCD.PDF) in explorer or else where I habitually press CTRL+C couple of times and that engages the text scrubber. When I try to paste the file CTRL+V nothing happens. I am assuming it's because of the text scrubber. Also if I bring up the history menu I can see the file name(s) on the top and if I press it, it will open the last minimized application it can be any app. Is there a way for text scrubber to exclude files? Also are you able to reproduce the maximizing of the last minimized application?
2. Sometimes, I just want to copy the filename (ABCD.PDF), is there a macro or shortcut to get this done. Instead of pressing F2, then press CTRL+C to copy the filename, is there an easier method using CF? Especially if you have multiple files selected?
3. I have scrubber setup on double copy and it also shows notification when done. The text scrubber also has remove formatting option added in. However, if I goto any webpage, double copy a bunch of data, I get the confirmation toast set in scrubber but when I paste in Word 2016 I get the complete formatting (the same output we will get without text scrubber)? Can you help with this?
P.S: Settings for scrubber are attached as attachment
Thanks,
• Attachment [protected]: Trigger 1.png [118,094 bytes]
• Attachment [protected]: Trigger 2.png [84,049 bytes]

UWK-87
165 discussion posts
Hi Keith,
Deleted the rule and created it again. Please find a video of the outputs that I get when I run a single copy and double copy (trigger for scrubbing). Kindly note that in case of scrubbing it should show a pop-up "Doing it".
Kindly let me know if I am following any wrong step.
Example Website in video: http://www.wuxiaworld.com
Thanks
• Attachment [protected]: Scrubbing Issue Video.mp4 [23,477,629 bytes]

UWK-87
165 discussion posts
Hey Keith,
I was testing the scrubbing again with the new stable v5, unfortunately it still doesn't work with the same scenario. Any settings I could change to make it work?
Thanks

UWK-87
165 discussion posts
Oh, we got the big guns involved. Works perfectly!!!
Thanks Keith & Thomas!!
One last thing, I tried adding the following command before return text;
BFS.Audio.PlayWAV("C:\Windows\Media\Speech On.wav"); <-- This is Line 22
I get the following error:
Compile Failed.
Line 22: Unrecognized escape sequence
Line 22: Unrecognized escape sequence
Line 22: Unrecognized escape sequence
Did I miss something?
Never mind I noted later I missed "\\" in the file location -_-
Thanks again guys!!
Oct 12, 2017 (modified Oct 12, 2017)
•
#21

C# Clouseau
76 discussion posts
See: https://www.clipboardfusion.com/Macros/Help/#bfsAudioPlayWAV
Sample
bool ok = BFS.Audio.PlayWAV("C:\myfile.wav");
I did this one in my macro, no error message, but no sound as well.
BFS.Audio.PlayWAV("C:\\Windows\\Media\\Speech On.wav");