Web Analytics

DisableCtrlClick

⭐ 61 stars English by achendev

DisableCtrlClick for macOS

App Icon

Total Downloads Star on GitHub

Are you tired of accidentally opening the context menu when you're just trying to use the Control key? Me too.

Many applications, especially in programming, design, and gaming, use Control as a modifier for primary actions. If you're used to a two-finger tap or a dedicated mouse button for right-clicking, the default Ctrl-Click behavior can be an annoying interruption. This app fixes that.

What It Does

This is a tiny, native macOS utility that lives in your menubar and does one thing: it forces Control + Left-Click to behave like a normal Left-Click, disabling the default right-click/context menu behavior.

That's it. No more random right-clicks.

Features

Installation & Usage

> Why? This is required for any application that needs to see and modify your mouse or keyboard events system-wide. The app only looks for Ctrl-Click and does nothing else.

The app will show a small icon in your menubar.

Building from Source

If you prefer to build the app yourself:

``bash git clone https://github.com/achendev/DisableCtrlClick.git cd DisableCtrlClick `
  • Make sure you have the command-line tools for Xcode installed.
  • Run the build script from your terminal:
`bash ./build.sh `

Troubleshooting

App is provided 'as is' and without any warranty, express or implied

Requires macOS 13.0 (Ventura) or later.

How to Quit Click the menubar icon and select "Quit". If you have hidden the icon, you can either launch the app again to show it, or use the command killall DisableCtrlClick in your Terminal.

How to Reset Permissions If the app is not working, try resetting its permissions: `bash tccutil reset Accessibility com.usr.DisableCtrlClick ``

License

This project is released under the MIT License. --- Tranlated By Open Ai Tx | Last indexed: 2026-05-22 ---