AutoHotkey is a free open source scripting language for Windows. You can use AutoHotkey with our footswitch and keypad products, allowing users to easily create small to complex scripts to perform a variety of tasks, such as: form filling, automatic clicks , macro, etc.
The AutoHotkey program doesn't do anything by itself, it needs a script to tell it what to do. A script is just a simple text file with an .ahk extension that contains program instructions, like a configuration file, but more powerful. A script can perform an action and then exit, but most scripts define some hotkeys. When the hotkey is pressed, one or more actions following the hotkey will be executed.
Visit the AutoHotkey homepage https://autohotkey.com/ to download and install
Create a script
Run script
To write the AutoHotkey script, please refer to https://www.autohotkey.com/docs/