Macro Recorder
Autohotkey v1
Version:
13.0.12
Updated:
6 July 2023
Used:
32.6K / month
Description
This plugin enables you to automate keyboard input, mouse movements and clicks. Use it for automated software testing, trading, gaming or anything else which requires repetitive input.
With this plugin you can:
- Record a combination of key presses, mouse movements and clicks and reproduce the combination on demand;
- Automatically stop record replay if unexpected window takes focus;
- Switch between application windows while recording;
- Loop replaying of the record or set specific number of cycles;
- See remaining duration until completion of replay cycles;
- Speed up and slow down replay of the record;
- Chose whether you want to record only keyboard input, mouse or a combination of both;
- Pause and continue recording at any time;
- Monitor the replay process and pause or stop replaying at any time.
Parameters
| Name: |
Start recording
|
| Type: |
Text
|
| Description: |
Receives an event when Record button is tapped
|
| Name: |
Play/Pause action
|
| Type: |
Text
|
| Description: |
Receives an event when Play/Pause button is tapped
|
| Name: |
Stop recording/playing
|
| Type: |
Text
|
| Description: |
Receives an event when Stop button is tapped
|
| Name: |
Activate/deactivate Keyboard input recording
|
| Type: |
Text
|
| Description: |
Enables or disables keyboard input recording
|
| Name: |
Activate/deactivate Mouse events recording
|
| Type: |
Text
|
| Description: |
Enables or disables mouse movements and clicks recording
|
| Name: |
Activate/deactivate fast play mode
|
| Type: |
Text
|
| Description: |
Enables or disables "fast replay" mode
|
| Name: |
Activate/deactivate looped replay
|
| Type: |
Text
|
| Description: |
Enables or disables "looped replay"
|
| Name: |
Increase Loop Count
|
| Type: |
Text
|
| Description: |
Receives an event when Plus button is tapped to increase number of cycles to replay
|
| Name: |
Decrease Loop Count
|
| Type: |
Text
|
| Description: |
Receives an event when Minus button is tapped to decrease number of cycles to replay
|
| Name: |
Play/Pause toggle
|
| Type: |
Boolean
|
| Description: |
Sends flag to swich UI between Play (=0) and Pause (=1) states
|
| Name: |
Recorder status info
|
| Type: |
Caption
|
| Description: |
Informational message of current readiness status
|
| Name: |
Current state of Keyboard input recording
|
| Type: |
Boolean
|
| Description: |
Returns current state of Keyboard input recording
|
| Name: |
Current state of Mouse events recording
|
| Type: |
Boolean
|
| Description: |
Returns current state of Mouse events recording
|
| Name: |
Current state of fast play mode
|
| Type: |
Boolean
|
| Description: |
Returns current state of "fast replay" mode
|
| Name: |
Current state of looped play mode
|
| Type: |
Boolean
|
| Description: |
Returns current state of "looped replay" mode
|
| Name: |
Loop count
|
| Type: |
Caption
|
| Description: |
Shows number of remaining cycles to replay
|
| Name: |
Recorded event name
|
| Type: |
Caption[]
|
| Description: |
Returns recorded Keyboard or Mouse event
|
| Name: |
Recorded event value
|
| Type: |
Caption[]
|
| Description: |
Returns recorded Keyboard or Mouse event value (code of the pressed key or mouse cursor coordinates)
|
| Name: |
Active recorded event
|
| Type: |
Boolean[]
|
| Description: |
Flag, indicating the event which is currently being executed
|
| Name: |
Time to macro end
|
| Type: |
Caption
|
| Description: |
How much time left until the end of the macro record replay
|
| Name: |
Enable/Disable Play button
|
| Type: |
Boolean
|
| Description: |
Enables or disables Play/Pause button
|
| Name: |
Enable/Disable Record button
|
| Type: |
Boolean
|
| Description: |
Enables or disables Record button
|
| Name: |
Enable/Disable Stop button
|
| Type: |
Boolean
|
| Description: |
Enables or disables Stop button
|
| Name: |
Enable/Disable Plus button
|
| Type: |
Boolean
|
| Description: |
Enables or disables Plus button
|
| Name: |
Enable/Disable Minus button
|
| Type: |
Boolean
|
| Description: |
Enables or disables Minus button
|
| Name: |
Playing progress indicator
|
| Type: |
Caption
|
| Description: |
Indicates current state of macro record replay progress
|
Any of our plugins can be altered to meet your needs. Please contact our customer support
team.
General
Author:
Glisense ltd