Rapid fire buttons for gaming. This tool is currently under construction. As of right now, its only features are:
- Triggers RapidFire on the
1
ande
key. Hold them down and the key will fire every 200ms until released. Typing with the key should not create duplicate events. - Remaps the fourth mouse button to
shift
.
- Add a Configuration system to store what keys should be remapped/set to rapid fire.
- Add a tray menu to add/remove rapid fire and remap keys and save them to config.
- possibly port to a real language, such as Python using mouse and keyboard for cross-platform support and pyqt or wxpython for gui. Use nuitka or pyoxidizer or something similar to produce distributable binary packages.
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
.