Skip to content

Script keyboard and mouse inputs for Windows.

Notifications You must be signed in to change notification settings

LucaScorpion/keyScripter

Repository files navigation

keyScripter

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).

Usage

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.

Scripting Reference

See SCRIPTING.md.

Developing

Prerequisites

  • Make sure you have Go installed
  • Clone the repository

Building

go build ./cmd/keyScripter

This will create keyScripter.exe.

Formatting

go fmt ./...

Dependencies

Dependencies are managed using modules.

Releases

No releases published

Languages