A family of Microsoft word processing software products for creating web, email, and print documents.
Just an informational note
This Terminal command enables the old repeat-key behavior:
defaults write -g ApplePressAndHoldEnabled -bool false
To disable the any-key repetition, use:
defaults write -g ApplePressAndHoldEnabled -bool true
You need to quit and reopen the app for it to react.---------------------------------------------------------------------------
It's unlikely that this setting would revert by itself to the old pre-Yosemite way. Should you want to try it anyway:
- Open the Terminal application and paste the second command at the $ prompt.