Mouse & Key Automator: Documentation
GUI Documentation
Mouse & Key Automator GUI Documentation
The process of filling out the input table:
1. Run the file Mouse & Key Automator.exe
2. Make sure Use Table is selected in the Scripting section
3. Enter the desired input into the Select Input section
4. Click the Add button in the Input Table section
5. Continue adding input until the desired table is created. You can double click on a table cell if you wish to update the key/input/delay manually. You can also drag and drop table rows.
6. If you want to loop the automation select the loop checkbox and the number of times to loop
7. Press the HotKey or click the Start/Stop button to start the automation
8. Press the HotKey or click the Start/Stop button to stop the automation
9. If the automation performs as desired then save the table by clicking the Save Table button in the Input Table section
10. To reload the table click the Load Table button in the Input Table section
Lua Documentation
Download the documentation for the lua scripts below.
Learn more about Lua:
There are some example lua files that come with the tool in the folder LuaSripts/Examples.
In order to use lua scripts:
1. Select the Use Script radio button in the Scripting section of the GUI.
2. Set your system to open *.lua files using a text editor.
3. Create a lua file from an existing table using the Save Table As Script button.
4. Click the Edit Script button and update the lua file with the desired script.
5. Click the Start/Stop button or use the HotKey button to run the script.