Mac defaults

From ihaveahax's Site
Jump to navigationJump to search

Things that could be interesting to use with defaults write. I needed this when I did yet another reinstall.

Enable key repeat

Allows for holding a key to repeat the character instead of bringing up the accents prompt. It can be done per-app too.

defaults write -g ApplePressAndHoldEnabled 0 # global
defaults write com.jetbrains.pycharm ApplePressAndHoldEnabled 0 # per-app