rxhanson / Multitouch-Community

Issue and feature request tracking for the Multitouch app
https://multitouch.app
38 stars 0 forks source link

Is there any way to toggle specific gesture using terminal? #126

Open upstroke-version opened 2 years ago

upstroke-version commented 2 years ago

I would like to enable or disable one specific gesture during the day, and it would be great if I could do this without interacting with gui so I could automate this task. Is there any way to toggle one specific gesture(not all gesture) using terminal?

rxhanson commented 2 years ago

There is no way to do this right now. It gets requested often enough that I'll see if I can add something into an upcoming release for it.

pcjmfranken commented 1 year ago

You could prepare a script that edits the config store at ~/Library/Preferences/com.brassmonkery.Multitouch.plist directly and then probably load the changes with defaults read com.brassmonkery.Multitouch.plist

Kind of goes without saying, but be sure to make a back-up of that file before you start messing with it :)