in mac os when you press a key of character it wont be repeated. to make it repeated in certain apps use this snippet ```bash defaults write com.something ApplePressAndHoldEnabled -bool false ```