8000 GitHub - LucaScorpion/keyScripter: Script keyboard and mouse inputs for Windows.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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.

About

Script keyboard and mouse inputs for Windows.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

0