JitouchApp / Jitouch

A multi-touch extension for MacBook, Magic Mouse, and Magic Trackpad
GNU General Public License v3.0
395 stars 28 forks source link

Taps registering twice/thrice #13

Closed eskhool closed 2 years ago

eskhool commented 2 years ago

Is it possible that JiTouch is running twice? Activity Monitor shows me only process though

aaronkollasch commented 2 years ago

Yes, when I get double gestures, it generally means Jitouch is running twice. Hasn't happened to me in a while though.

You can also check how many processes are running with this terminal command, which should show only a single process:

ps aux | grep '[J]itouch'