Lion! Give my keyboard repeat back. Or, how to disable accents menu.
After default installation of Lion, you will notice iOS like keyboard behavior. Pressing and holding a key shows accents menu. If you want to disable it execute following:
defaults write -g ApplePressAndHoldEnabled -bool false
If you want to revert back to accents, execute:
defaults write -g ApplePressAndHoldEnabled -bool true
October 20th, 2011 in
main entries