https://github.com/mbn-code/autoclicker-template-cpluhpluh
https://github.com/mbn-code/autoclicker-template-cpluhpluh
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mbn-code/autoclicker-template-cpluhpluh
- Owner: mbn-code
- Created: 2024-11-01T13:37:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T14:19:18.000Z (8 months ago)
- Last Synced: 2025-01-27T08:11:37.467Z (5 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutoClicker for macOS
A simple auto-clicker application that simulates mouse clicks at specified intervals.
## Features
- Start/Stop with keyboard shortcuts (Y/B keys)
- Configurable click interval
- Runs in background## Building
```sh
make
```## Usage
```bash
./autoclicker
```## Keybindings
- **Y Key**: Start auto-clicking
- **B Key**: Stop auto-clicking## Requirements
- macOS 10.12 or later
- Xcode Command Line Tools
- `make` utility
- C++11 compatible compiler