Open upstroke-version opened 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.
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 :)
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?