Skip to content

DisableCtrlClick v0.01

Choose a tag to compare

@achendev achendev released this 19 Jun 22:28
· 13 commits to master since this release

DisableCtrlClick v0.01 – 20 Jun 2025

🎯 Highlights

  • Initial public build of the lightweight menubar utility that forces Control + Left-Click to behave like a standard left-click.
  • No configuration required beyond granting Accessibility and Input Monitoring.
  • Auto-launches at login using the modern ServiceManagement API (macOS 13 +, Tested on 15.2).

πŸ”‘ Key Features

  • Native & Tiny – Swift, ad-hoc-signed, < 100 KB binary.
  • Menubar Presence – Removable with ⌘-drag; no Dock clutter.
  • Universal ICNS – Retina-ready icon assets generated automatically by build.sh.
  • Transparent Permissions – Requests only what it needs, nothing more.
  • Broad Compatibility – Verified on macOS Ventura 13 through Sequoia 15.2, Apple Silicon and Intel.

πŸ“¦ Installation

  1. Download DisableCtrlClick_0.01.dmg from the Releases page.
  2. Drag DisableCtrlClick.app to /Applications.
  3. Launch once; grant requested permissions.
  4. Relaunch and enjoy uninterrupted clicking.

βš™οΈ Build-From-Source Snapshot

git clone https://github.com/achendev/DisableCtrlClick.git
cd DisableCtrlClick
./build.sh          # Creates DisableCtrlClick.app + ICNS icon

πŸ“ Known Issues

  • None reported so far. If you spot one, open a GitHub issue.