Script keyboard and mouse inputs for Windows.
This tool is still in early development. Everything about the tool and language can change at any time.
This tool is aimed purely at Windows, with no plans for supporting other operating systems. This is because it injects inputs by interfacing with the Win32 API (specifically SendInput).
To run a script, simply drag it onto the keyScripter.exe
executable. From the command-line you can run keyScripter.exe SCRIPT
(where SCRIPT
is the path to the script). For the full help and options run keyScripter.exe --help
.
See SCRIPTING.md.
- Make sure you have Go installed
- Clone the repository
go build ./cmd/keyScripter
This will create keyScripter.exe
.
go fmt ./...
Dependencies are managed using modules.