Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ahmad-reza619/7dde6c4ee0d508f99fceba69c2f21860 to your computer and use it in GitHub Desktop.
Save ahmad-reza619/7dde6c4ee0d508f99fceba69c2f21860 to your computer and use it in GitHub Desktop.
https://stackoverflow.com/questions/39972335/how-do-i-press-and-hold-a-key-and-have-it-repeat-in-vscode
Enable
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false
Disable
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool true
Cheers 🎉
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment