An open API service indexing awesome lists of open source software.

https://github.com/mbn-code/autoclicker-template-cpluhpluh


https://github.com/mbn-code/autoclicker-template-cpluhpluh

Last synced: 3 months ago
JSON representation

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