Can GroundControl read the Clipboard?
Sure, as long as the contents are in text form. Use the GetClipBoard function to pull the text into a variable . You can use GroundControl to control the transfer of data that is not text, by making one program dump its contents to the Clipboard, and have another paste from the Clipboards. This way, GroundControl doesn’t have to know what’s actually in the Clipboard.