Editor’s Note: This tutorial was written and demonstrated for Mac OS X Lion 10.7

Interestingly, in OS X Lion, the feature for key autorepeat has been disabled. This means that while previously, pressing and holding down a key on your keyboard would input the letter/character multiple times, continuously, until the key was released, in Lion you will have to re-press the key to get the same results. But luckily, thanks for Belchak.com, we’ve found a way to get past this, using Terminal. Here’s the code:

defaults write -g ApplePressAndHoldEnabled -bool false

Thanks to a tip of TUAW, apparently you can also set this option “true” or “false” for individual apps. How? The “-g” in the terminal command means “global,” so you’re changing this as a universal option. TUAW claims that by changing the global domain to something like the “backwards domain name” you may have seen Apple apps frequently use, such as com.apple.TextEdit, you can set this option per an app-by-app basis. Useful.

As one may have guessed, to re-enable this feature, just change “false” back to “true” using Terminal:

defaults write -g ApplePressAndHoldEnabled -bool true

That’s it!


Incoming Search Terms:

lion autorepeat (34) enable key repeat lion (15) lion key autorepeat (15) mac autorepeat (14) lion auto repeat (13) os x lion autorepeat (12) auto repeat lion (10) autorepeat mac (8) autorepeat lion (7) mac auto repeat (7)

 
About The Author

Charles Tian

Charles is the founder and administrator of iTracki.com. After years of following and keeping up with Apple products, he founded this website and worked with others to bring the best news, reviews, tutorials, and editorials straight to you.

If you can't find what you're looking for on our website, please use the search form above. If you would like to suggest content for our website, feel free to contact us.

iTracki is a division of CYT International, a mobile and web media company.

About Us

iTracki.com is the ultimate resource for Mac, iPod, iPhone, and iPad applications and news. Updated frequently, our website contains a plethora of information, including tools for application development, game walkthroughs and tutorials, and much, much, more. There's always new stuff available at iTracki, so make sure to always check back with us!