Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danqing/Pinch
One-click fix for Mac trackpad pinch to zoom gesture
https://github.com/danqing/Pinch
Last synced: 3 months ago
JSON representation
One-click fix for Mac trackpad pinch to zoom gesture
- Host: GitHub
- URL: https://github.com/danqing/Pinch
- Owner: danqing
- Created: 2023-01-11T20:10:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T15:27:43.000Z (almost 2 years ago)
- Last Synced: 2024-06-30T15:44:42.853Z (5 months ago)
- Language: Swift
- Homepage:
- Size: 764 KB
- Stars: 334
- Watchers: 5
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
[Download App here](https://github.com/danqing/Pinch/releases/download/1.2/Pinch.zip) — after downloading, unzip and drag to your Applications folder.
## 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.
A fix that worked for me is killing the Dock process. That is, you can run the following command in your terminal:
```sh
killall Dock
```So I made it into a menubar app that you can use to fix the issue in one click. Just click on "Fix Pinch Gesture," and voila!
[Since I shared the app](https://twitter.com/danqing_liu/status/1614308997653499905), it came to my attention that the command doesn't work for everyone. So I updated the app to toggle on/off the preference in addition. I hope this is a reliable enough fix. If not, please let me know by opening an issue or [reaching out on Twitter](https://twitter.com/danqing_liu)! You can check out the [discussions here](https://github.com/danqing/Pinch/issues/1) for more info.