Freewilly3d
2 discussion posts
I'm running variations of the following macro repetitively
using System;
public static class ClipboardFusionHelper
{
public static string ProcessText(string text)
{
text = BFS.Clipboard.CopyText();
BFS.Clipboard.PasteText(text.Replace("#1", "-Trailing4q"));
return text;
}
}
Occaisionally when I return to normal activity I get behavior similar to cntrl key being held on or I've gotten a caps lock. This is happening in a remote desktop session inside a remote desktop session and I can usually reset it by going back to my desktop and then returnning to the RDS session.
Any suggestions?
Mar 13, 2016 (modified Mar 13, 2016)
•
#1
The only thing I could guess is that maybe "Stick Keys" is getting enabled. You can check this in Control Panel > Ease of Access > Make the keyboard easier to use.
Hope that helps!