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

https://github.com/gitmichaelqiu/optclick

Use option to simulate a right-click
https://github.com/gitmichaelqiu/optclick

click game keyboard macos mouse utility

Last synced: 9 months ago
JSON representation

Use option to simulate a right-click

Awesome Lists containing this project

README

          




OptClick





Useful settings items




Customize gobal hotkeys

**OptClick** is a minimal macOS app that allows you to simulate a right-click or a right-click hold by pressing the Option key.

It will be quite helpful in **gaming with a touchpad**, as it allows you to perform left and right clicks simultaneously.

## 🖱️ Usage

When OptClick is enabled, press `option` to simulate a right-click, hold `option` to perform a right-click hold (e.g., for aiming).

The default global hotkey for toggling OptClick is `control + R`.

You can modify it in Settings -> Shortcuts. Press `esc` while changing the hotkey to disable it.

## 📦 Installation

Requires **macOS 14.0 Sonoma** or above.

1. Download the package from [Releases](https://github.com/gitmichaelqiu/OptClick/releases/)
2. Drag the app to the *Applications* folder
3. All set!

Because I do **NOT** have an Apple developer account for the app releases ~~(Apple charges an annual fee for this)~~, you may receive alerts such as "App is broken". To resolve this, you need to go to the *terminal* and run the following command:

```bash
sudo xattr -r -d com.apple.quarantine /Applications/OptClick.app
```

You may be required to enter the password. When you are entering, the password is not displayed. Apple requires this. The app will **NOT** steal your password or personal information.

## ⚠️ Issues/Suggestions

You are welcome to create issues/suggestions in [GitHub Issues](https://github.com/gitmichaelqiu/OptClick/issues).

## ⭐ Support This Project

You can simply click on the **Star** to support this project for free. Thank you for your support!