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
- Host: GitHub
- URL: https://github.com/gitmichaelqiu/optclick
- Owner: gitmichaelqiu
- License: mit
- Created: 2025-09-18T10:47:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-27T14:24:11.000Z (9 months ago)
- Last Synced: 2025-09-27T15:28:07.677Z (9 months ago)
- Topics: click, game, keyboard, macos, mouse, utility
- Language: Swift
- Homepage:
- Size: 983 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!