Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danqing authored Jan 14, 2023
1 parent 652213d commit 3928550
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Pinch

![preview](https://user-images.githubusercontent.com/5134133/212483164-a5369ee2-294b-4cfe-8455-c7a11b6f75ff.jpg)

A simple menubar app that lets you fix faulty Mac trackpad pinch gesture in one click.

## Background

Sometimes the two finger pinch (pan, zooming) gesture on a Mac trackpad would stop working. This is a bug first introduced in Monterey, but unfortunately it has not been fixed after all this time.

The most reliable fix of the problem is to kill the Dock process. That is, you can run the following command in your terminal:

```sh
killall Dock
```

But not everyone uses the terminal, and I personally often forget the command. So I made this simple menubar tool that calls the command for you. Just click on "Fix Pinch Gesture," and voila!

0 comments on commit 3928550

Please sign in to comment.