Home

Awesome

<a href="https://github.com/artginzburg/MiddleClick-Sonoma/releases"> <img align="right" src="https://img.shields.io/github/downloads/artginzburg/middleclick-sonoma/total?color=teal" title="GitHub All Releases"> </a> <div align="center"> <h1> MiddleClick <img align="center" height="80" src="MiddleClick/Images.xcassets/AppIcon.appiconset/mouse128x128.png"> </h1> <p> <b>Emulate a scroll wheel click with three finger Click or Tap on MacBook trackpad and Magic Mouse</b> </p> <p> with <b>macOS</b> Sonoma<a href="https://www.apple.com/macos/sonoma/"><sup>14</sup></a> support! </p> <br> </div> <img src="demo.png" width="55%"> <h2 align="right">:mag: Usage</h2> <blockquote align="right">

It's more than just +click

</blockquote> <p align="right">

System-wide · close tabs by middleclicking on them

</p> <p align="right">

In Safari · middleclicking on a link opens it in background

</p> <p align="right">

In Terminal · paste selected text

</p> <br>

Install

Via :beer: Homebrew Cask (Recommended)

brew install --cask --no-quarantine middleclick

Check out the cask if you're interested

Direct Download

<details> <summary> <a href="https://github.com/artginzburg/MiddleClick-Sonoma/releases/latest/download/MiddleClick.zip"> Latest Release </a>&nbsp·&nbsp <a href="https://github.com/artginzburg/MiddleClick-Sonoma/releases/latest"> <img align="center" alt="GitHub release" src="https://img.shields.io/github/release/artginzburg/middleclick-Sonoma?label=%20&color=gray"> </a> </summary>

Additionally, you may also view <a href="https://github.com/artginzburg/MiddleClick-Sonoma/releases">Earlier Releases</a>

</details> <br>

Hide Status Bar Item

  1. Holding , drag it away from the status bar until you see a :heavy_multiplication_x: (cross icon)
  2. Let it go

To recover the item, just open MiddleClick when it's already running

Add Login Item

Make it open automatically when you log in

<details> <summary>Just add MiddleClick to your "Login Items". <p align="right">(it's handy to be done using command line)</p></summary>
osascript -e 'tell application "System Events" to make login item at end with properties {path:"/Applications/MiddleClick.app", hidden:true}'
</details>

Preferences

Number of Fingers

defaults write com.rouge41.middleClick fingers 4

Default is 3

Tapping preferences

Max Distance Delta

defaults write com.rouge41.middleClick maxDistanceDelta 0.03

Default is 0.05

Max Time Delta

defaults write com.rouge41.middleClick maxTimeDelta 150

Default is 300


<details> <summary>This fork differs from the <a href="//github.com/cl3m/MiddleClick">base fork</a> in some ways</summary> </details>

Attention! Make sure to:

  1. Quit an old version of MiddleClick
  2. Remove it from the privacy settings
  3. Enable the new version in privacy settings when prompted

The app should be closed when you change the privacy settings, otherwise the Mouse may not be clickable and you may have to killall MiddleClick via terminal or even force restart the Mac.

<details> <summary><b>Credits</b></summary> <blockquote> <br>

This project was made by Clément Beffa,

Extended by LoPablo

and artginzburg (it's me)

</blockquote> </details>