Automation, AutoIt and AutoHotKey
Posted: Tue May 21, 2013 10:09 pm
Hello all! I am new to LC. I am at present using AutoHotKey and AutoIt as Windows desktop automation tools. They are really good at don't the job, but as I and my programming skills develops I run short and need a more all purpose framework as LC. As newcomer I do have some questions, please bear with me:
Q: Can LC be used to send keyboard shortcuts like Ctrl C and like?
Q: Can I define shortcut keys to be used in LC stacks?
Example:
In AutoIt, I made a "data collector" GUI that uses keyboard shortcuts to copy data from other applications into a form that later stores the data in my CRM by using keyboard shortcuts and the stored variables.
The "copy from application" process in my 'data collector' goes like: Chortcut X ---> Sends Crtl C of the selected area to clipboard and retrieves it into variable X. The "store to CRM" processes are in reverse with "Crtl V" to send variable X content to database form field.
I know that there might be several ways to achieve the above in LC, and I'll learn them eventually, For now, I am just interested in finding out if I can convert to LC and how I do it with the least amount of initial effort.
Q: Can LC be used to send keyboard shortcuts like Ctrl C and like?
Q: Can I define shortcut keys to be used in LC stacks?
Example:
In AutoIt, I made a "data collector" GUI that uses keyboard shortcuts to copy data from other applications into a form that later stores the data in my CRM by using keyboard shortcuts and the stored variables.
The "copy from application" process in my 'data collector' goes like: Chortcut X ---> Sends Crtl C of the selected area to clipboard and retrieves it into variable X. The "store to CRM" processes are in reverse with "Crtl V" to send variable X content to database form field.
I know that there might be several ways to achieve the above in LC, and I'll learn them eventually, For now, I am just interested in finding out if I can convert to LC and how I do it with the least amount of initial effort.