A simple Electron desktop application that allows a user to record actions such as mouse movements and clicks using RobotJS, and then replay those actions by pressing another button. It also includes a feature to replay the recorded sequence using keyboard shortcuts.
npm install
to install all the dependencies.npm rebuild
to rebuild robotjs native modules.npm start
to start the development server.
- If encountered issues, try running
npm run rebuild
first to rebuild the robotjs native modules, then runnpm start
.