UWK-87
166 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]
Strange! The scrubbing works correctly for me using those same steps with Beta 8. If you delete your scrubbing rule, apply the settings, then create the rule again, does that change anything?
UWK-87
166 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]
Ok, it looks like this is an issue with the amount of data that Chrome is putting on the clipboard. We're going to make another change for the next release that should fix it up.
UWK-87
166 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
In the Advanced Settings, if you set the "Trigger Delay" on Double Copy setting to 5000, then wait 5 seconds after you do the double-copy, does it then work correctly? I believe this issue is due to the Triggers firing before Chrome has finished setting the clipboard. We added a 150ms delay, but let's see if a long 5 second delay is enough on your system and then we can back it off from there.
Excellent, glad to hear it!
UWK-87
166 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
87 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");
I was able to reproduce this on my end so I've added it to our list to look into.
Thanks!
We've released a new beta that should have the playwav issue fixed up. Please let us know if you run into any issues after updating.
Thanks!