Skip to content

Disable accent character popups in macos

I edited these settings to increase browsing speed
Macos keyboard settings

But I faced with this annoying popup
Keyboard popup

To prevent:

Terminal window
defaults write -g ApplePressAndHoldEnabled -bool false

You can enable again via:

Terminal window
defaults write -g ApplePressAndHoldEnabled -bool true