OS X Lion: How to Disable the Accents Popup

If you press and hold a letter in Lion, a popup will appear with the various accented versions of that letter. If you don’t use this and want to get rid of the distraction, you can disable it.

1. Open Terminal.

2. Execute the following Terminal command:
defaults write -g ApplePressAndHoldEnabled -bool false

3. Log out of your account for the change to take affect.

If you want this functionality back, simply execute the following Terminal command and log out.
defaults write -g ApplePressAndHoldEnabled -bool true

 

About Rob Rogers

Once a prolific author here on Tech-Recipes, Rob has moved on to greener pastures.
View more articles by Rob Rogers

The Conversation

Follow the reactions below and share your own thoughts.

One Response to “OS X Lion: How to Disable the Accents Popup”

  1. July 24, 2011 at 2:21 am, Daniele Martinelli said:

    Thank you!!!!!!!

    Reply

Leave a Reply

You may also like-

OS X Lion: Where did "Save As" go?Apple is starting to move away from the traditional file system with OS X Lion. One of the consequences of this action is that ...