Emulate a scroll wheel click with three finger Click or Tap on MacBook trackpad and Magic Mouse
with macOS Sequoia15 support!
It's more than just
⌘+click
System-wide · close tabs by middleclicking on them
In Safari · middleclicking on a link opens it in the background as a new tab
In Terminal · paste selected text
Via 🍺 Homebrew (Recommended)
brew install --cask middleclickCheck out the cask if you're interested
If you've used v1 or v2 — glance over How to migrate.
This is a native macOS feature — works the same for any app.
- Hold
⌘and drag the icon away from the menu bar until you see ✖️ - Release
To bring it back — just open MiddleClick again while it's already running.
- Want to use 4, 5 or 2 fingers for middleclicking? No trouble. Even 10 is possible.
- Note: setting
fingersto2will conflict with normal two-finger right-clicks and single-finger clicks.
defaults write art.ginzburg.MiddleClick fingers 4Default is 3
- This is useful if your second hand accidentally touches the touchpad.
- Unfortunately, this does not serve as a palm rejection technique for huge touchpads.
defaults write art.ginzburg.MiddleClick allowMoreFingers trueDefault is false, so that the number of fingers is precise
- The maximum distance the cursor can travel between touch and release for a tap to be considered valid.
- The position is normalized and values go from 0 to 1.
defaults write art.ginzburg.MiddleClick maxDistanceDelta 0.03Default is 0.05
- The maximum interval in milliseconds between touch and release for a tap to be considered valid.
defaults write art.ginzburg.MiddleClick maxTimeDelta 150Default is 300
- Accessibility permissions not working after an update
- Antivirus / CleanMyMac false positive
- Three Finger Drag conflicts
Assuming you have
Command Line Toolsinstalled
- Clone the repo
- Run
make - You'll get a
MiddleClick.appin./build/
Created by Clément Beffa,
fixed by Alex Galonsky and Carlos E. Hernandez,
revived by Pascâl Hartmann,
maintained by Arthur Ginzburg
