Skip to content

Commit

Permalink
Add instruction to toggle "press and hold" for all apps
Browse files Browse the repository at this point in the history
  • Loading branch information
ravshansbox authored Dec 12, 2024
1 parent 19b4fc6 commit 7e0cfdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false
defaults write com.microsoft.VSCodeInsiders ApplePressAndHoldEnabled -bool false # For VS Code Insider
defaults write com.vscodium ApplePressAndHoldEnabled -bool false # For VS Codium
defaults write com.microsoft.VSCodeExploration ApplePressAndHoldEnabled -bool false # For VS Codium Exploration users
defaults write -g ApplePressAndHoldEnabled -bool false # For all apps (zed, cursor, windsurf...)
defaults delete -g ApplePressAndHoldEnabled # If necessary, reset global default
```

Expand Down

0 comments on commit 7e0cfdf

Please sign in to comment.