Create programmable macro hotkeys on any platform.
- Electron for the global hotkeys (could not yet find a lighter solution that works everywhere)
- Robot.js for the macros
- Install build tools (needed for building Robot.js)
- OSX: Xcode
- Windows: npm i -g --production windows-build-tools
- npm i
- Create macros in
src/macros.js
- npm start