Rapid fire buttons for gaming.
This project is maintained by pigsflew
Rapid fire buttons for gaming. This tool is currently under construction. As of right now, its only features are:
1
and e
key. Hold them down and the key will fire every 200ms until released. Typing with the key should not create duplicate events.shift
.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
.
git clone git@github.com:pigsflew/keymash.git
cd keymash
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
./bin/build.bat
It will build the executable to ./dist/KeyMash.exe
.