Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

In older OS X versions, this used to work just fine:

defaults write /Library/Preferences/.GlobalPreferences com.apple.mouse.tapBehavior -int 1

It would enable tap to click for built-in MacBook Trackpads for the root user, which would also affect the login screen. There are similar commands to enable it for Bluetooth-based Magic Trackpads as well.

Unfortunately it doesn’t seem to work in OS X 10.8 anymore. Is there some other way of doing this in Mountain Lion?

share|improve this question
Why the downvote? – Mathias Bynens Aug 30 '12 at 6:31
1  
And why not down votes and comments on the wrong answers below that haven't been tried / don't actually work? – bmike Nov 7 '12 at 14:47

5 Answers

Have you tried enabling dragging in System Preferences > Accessibility > Mouse & Trackpad > Trackpad Options?

(From How to change tap to click using "defaults write" from command line?)

share|improve this answer
Dragging doesn’t seem to have anything to do with this. I also don’t see any reference to this setting in the thread you linked to. – Mathias Bynens Jul 30 '12 at 10:59

Turns out you can add this as a function in the Terminal:

sudo defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -int 1

That worked for me, thanks to these guys - http://forums.macrumors.com/showthread.php?t=1218257

share|improve this answer
1  
It was already mentioned once, and I couldn't get it to work either. Do you have 10.8? – Lauri Ranta Nov 8 '12 at 5:35

I haven't tried this myself, but this might be what you're looking for: sudo defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -int 1

share|improve this answer
1  
Just want to point out the following command does not work in 10.8 sudo defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -int 1 – user26612 Aug 2 '12 at 16:57
1  
I found that one on MacRumors as well — but it doesn’t seem to work on OS X 10.8 either. – Mathias Bynens Aug 6 '12 at 17:27

Are you talking about the "Tap to click"? If so you can enable and disable in

System Preferences > Trackpad > Tap to Click

share|improve this answer
At least for me it has changed. I'm using Mountain Lion – J. Costa Aug 30 '12 at 9:59
Not for me. This only changes the settings for the current user, not the login screen. – Mathias Bynens Aug 31 '12 at 6:32

System Preferences > Accessibility > Mouse & Trackpad > Trackpad Options > check Enable Dragging with/without Draglock.

share|improve this answer
What does this have to do with the issue at hand? How can this work? – Mathias Bynens Oct 11 '12 at 6:01

protected by Community Nov 7 '12 at 14:46

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.