Hard to summarize in the title, but a simple idea.
Looking for a method to allow Autohotkey like control, but using text from the clipboard. A simple way to create quick keyboard based macros.
So, something like the below could be used on many pages for a login.
Name{TAB}Password{TAB}{ENTER}
NOTE: the {TAB} and would appear like that in the text string, not an actual tab until it is pasted.
You ask WHY? If you're using Autohotkey, why don't you just create a new macro?
1. Easier to teach somebody that isn't real good with a computer. Simple access to automation/programming.
2. Using the clipboard you can easily update a text sequence in a different program (Excel, other macro, etc). Another method option is if you use a clipboard buffer, many options can be easily stored. I'm a fan of Clipcache plus and would be able to quickly pull up routines from a keyboard shortcut that have been named and stored there.
3. Good for testing routines that you would create in Autohotkey, or other
Set up with an option to run with an alternate hotkey (Alt-V) or always with paste function.
Thoughts?
Thanks,
Rob