Created
          October 21, 2023 19:12 
        
      - 
      
 - 
        
Save detj/be47bd639175c3ee3ff97d842cfb731b to your computer and use it in GitHub Desktop.  
    Disable ApplePressAndHold
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # 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