Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

Use trackpad tap-to-click on login window and by default Laptop Macs
I prefer having tap-to-click enabled on my MacBook Pro. However, it's always been annoying to me that when I was at the login screen, I had to use the trackpad button. I asked one of the Geniuses at the local Mac store, and he told me it wasn't possible. Not believing that it wasn't possible, I spent some time googling and looking around for the setting.

After some digging, I found it in a hidden preferences file called .GlobalPreferences.plist in my user's Library/Preferences folder. I found the same file in the top-level /Library/Preferences folder, and then added the com.apple.mouse.tapBehavior setting as a class of Number with a value of 1 and saved the file.

Now my login screen works the way I expect it to, and as an added benefit, new user accounts now default to having tap-to-click enabled.

[robg adds: The easiest way to add this key to the global file is to have Apple's Xcode Developer Tools installed. Then in Terminal, you can cd /Library/Preferences and then type open .GlobalPreferences.plist, and the Property List Editor will open.]
    •    
  • Currently 5.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (1 vote cast)
 
[12,530 views]  

Use trackpad tap-to-click on login window and by default | 11 comments | Create New Account
Click here to return to the 'Use trackpad tap-to-click on login window and by default' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Use trackpad tap-to-click on login window and by default
Authored by: fds on Tue, Feb 27 2007 at 8:24AM PST
Isn't it much easier to just use the "defaults" tool? I always find that the easiest way to change preferences, and it doesn't even require installing Xcode Tools.

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

[ Reply to This | # ]
What about arrow keys and enter?
Authored by: nickv2002 on Tue, Feb 27 2007 at 9:09AM PST
Isn't it easier just to use the arrow keys to move the selection up and down on the login list? Once you've selected the account you want you want just hit enter. No prefs to enable and no mousing required.

You can also try typing the first few letters of the login name you want to select the desired account.

[ Reply to This | # ]
Use trackpad tap-to-click on login window and by default
Authored by: sharien on Tue, Feb 27 2007 at 10:43AM PST

Another easier way: temporarily log in as root, go to trackpad preferences and enable tapping.

You may need to enable the root account first since Apple leaves it disabled by default (using NetInfo Manager), just remember to disable it again after you've made your preference adjustments.



[ Reply to This | # ]
Use trackpad tap-to-click on login window and by default
Authored by: rhowell on Tue, Feb 27 2007 at 11:16AM PST
Semantics really, but just so new users (especially those coming from another *nix) are not confused:

The root account is not disabled by default. It is enabled and present, and you can escalate your privileges to root at the command-line.

The root account does not have a password assigned to it by default. Thus, you cannot log in as root. "Enabling" root is really just assigning the root user a password.

[ Reply to This | # ]
Use trackpad tap-to-click on login window and by default
Authored by: boredzo on Tue, Feb 27 2007 at 11:43AM PST
No, it is disabled by default. Having root disabled means that you can't login as root (even if you set a password for it), but you can still use sudo. You'll need an administrator account to use sudo.

[ Reply to This | # ]
Use trackpad tap-to-click on login window and by default
Authored by: sharien on Tue, Feb 27 2007 at 12:04PM PST

Apple specifically says in the documentation that root access is disabled by default. In addition, the menu items in NetInfo Manager related to this use these terms.

http://docs.info.apple.com/article.html?artnum=106290#four

http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh1549.html

http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/Articles/BSDInfluences.html



[ Reply to This | # ]
Use trackpad tap-to-click on login window and by default
Authored by: JadeNB on Fri, Mar 2 2007 at 8:38AM PST
Thanks for this hint! I've wondered how to do this for a long time.

[ Reply to This | # ]
Use trackpad tap-to-click on login window and by default
Authored by: allanj37 on Thu, Nov 8 2007 at 11:17AM PST
Has anyone gotten this working in Leopard? Doesn't seem to do anything for me.

[ Reply to This | # ]
Use trackpad tap-to-click on login window and by default
Authored by: sjf on Tue, Nov 13 2007 at 6:23AM PST
Yeah, It didn't work for me in leopard, either.

[ Reply to This | # ]
Use trackpad tap-to-click on login window and by default
Authored by: robg on Sat, Dec 8 2007 at 8:11AM PST
I managed to get it working, but here's what I had to do...first, I deleted the key that had been written when my machine was in 10.4:
defaults delete /Library/Preferences/.GlobalPreferences com.apple.mouse.tapBehavior
Then I recreated the preference:
defaults write /Library/Preferences/.GlobalPreferences com.apple.mouse.tapBehavior -int 1
When I first activated the login screen, this didn't work ... but when I logged in then returned to the login screen, it was working fine. -rob.

[ Reply to This | # ]
Use trackpad tap-to-click on login window and by default
Authored by: hmelman on Tue, Mar 11 2008 at 8:22PM PDT
I tried this on 10.5.2 and it didn't work for me. I ran the two commands, logged out and back in, twice, and still a trackpad click doesn't work. Any ideas?

[ Reply to This | # ]