Skip to content

Instantly share code, notes, and snippets.

@detj
Created October 21, 2023 19:12
Show Gist options
  • Save detj/be47bd639175c3ee3ff97d842cfb731b to your computer and use it in GitHub Desktop.
Save detj/be47bd639175c3ee3ff97d842cfb731b to your computer and use it in GitHub Desktop.
Disable ApplePressAndHold
# syntax to read
# defaults read <bundle-identifier> ApplePressAndHoldEnabled
# syntax to write
# defaults write <bundle-identifier> ApplePressAndHoldEnabled -bool false
# example command
defaults write com.electron.replit ApplePressAndHoldEnabled -bool false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment