Mac OS X Lion has replaced the typical Key Repeat feature with a cool context menu to insert some characters of the letter.
This might be annoying for some like me, since we don’t really use this feature. This trick mentioned below will disable this feature thus allowing you to get back the typical Appleeeeeeeee kind of repeating letters.
This does not work with all the applications. This works only with applications that use the default NSTextField to get inputs from the keyboard. The repeatable keys trick does not affect the default apps like Terminal, TextEdit, etc.,
How to enable Key Repeat in Mac OS X Lion:
- Fireup Terminal.app
- Now, just type the following command to set the boolean value to False for ApplePressAndHoldEnable event.
defaults write -g ApplePressAndHoldEnabled -bool false
This will set the boolean for ApplePressAndHoldEnabled to False. Thus disabling the Lion’s context menu popup on long key press.
Pingback: How to re-enable Accents feature on Mountain Lion 10.8.2()