keymash

Rapid fire buttons for gaming.

This project is maintained by pigsflew

keymash

Rapid fire buttons for gaming. This tool is currently under construction. As of right now, its only features are:

TODO

To Use

Download the Latest release; simply run the executable.

You can alternately clone or download the repository and use AutoHotkey on the script itself; the entrypoint is src/KeyMash.ahk.

To build:

Pull the repository:

git clone git@github.com:pigsflew/keymash.git
cd keymash

Install Autohotkey

I recommend using Scoop.

iwr -useb get.scoop.sh | iex
scoop bucket add extras
scoop install autohotkey

Alternatively, you can use chocolatey or download it directly

Build

./bin/build.bat

It will build the executable to ./dist/KeyMash.exe.