Intellij-idea: auto-repetition of letter keys
You can change also be more specific and change the behavior for only IntelliJ with the following command. The -g option in the above solution changes it for all applications. defaults write com.jetbrains.intellij ApplePressAndHoldEnabled -bool false For the 14.x community edition, you may need to use a different URI: defaults write com.jetbrains.intellij.ce ApplePressAndHoldEnabled -bool false … Read more