Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 416 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 416 Bytes

Programmable macro hotkey boilerplate

Create programmable macro hotkeys on any platform.

Libs

  • Electron for the global hotkeys (could not yet find a lighter solution that works everywhere)
  • Robot.js for the macros

Usage

  1. Install build tools (needed for building Robot.js)
    • OSX: Xcode
    • Windows: npm i -g --production windows-build-tools
  2. npm i
  3. Create macros in src/macros.js
  4. npm start