New keyboard behavior

xh1

Joined
Jun 21, 2018
Messages
2
Reaction score
1
Hi,
I have a MacBook Pro running OS X 10.9.5.
Out of the blue I'm getting new kind of behavior from the keyboard; when I
hold down a key, I don't get that key to repeat, but instead I'm getting a
menu to choose from a special character that's related to that key. For
example, when I hold down the 'e' key, I get 7 options to choose from:
è, é, ê, ë, ē, ė, ę.

No keys are stuck.
Nothing is selected in the Keyboard section of the Accessibility panel.
Switching the computer off and back on, didn’t help.

I'm wondering whether someone knows how to change this back to regular key
repetition.

Thanks
 
Joined
Jan 25, 2017
Messages
1,266
Reaction score
100
Open a terminal window and enter
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false

hit enter.
I had to reboot before the changes took effect.

To revert back to the original behaviour enter the same command but substitute 'true' for 'false'.
 
Joined
Mar 27, 2018
Messages
6
Reaction score
0
Open a terminal window and enter
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false

hit enter.
I had to reboot before the changes took effect.

To revert back to the original behaviour enter the same command but substitute 'true' for 'false'.

This is handy!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top