So I wanted to toggle this setting from the terminal. I grep'd through defaults read | grep -i click and spotted that toggling this through "System Preferences" changed keys:
com.apple.driver.AppleBluetoothMultitouch.trackpad Clickingcom.apple.AppleMultitouchTrackpad Clicking
I tried to change them but haven't actually updated this "Tap to click" setting (even if I see mentioned values change after I do it manually through System preferences). Am I missing some other keys I should update using defaults write command?
