I am trying to simplify filling in information in a form using ClipboardFusion macros. I need to remove some of the text that is already there. I’ve tried using:
FWIW, I did find a work around, copying the text into the macro, using substring to shorten the string (what I needed gone is always the end of the text, and fixed length), adding what I want to the end, and pasting back out.
I am still interested in knowing if sendkeys can send delete or backspace though.
Maybe a good idea to put the info about "https://boostrobotics.eu/windows-key-codes/" here "https://www.clipboardfusion.com/Macros/Help/#bfsInputSendKeys" ?