diff --git a/README.md b/README.md index 7832a5825a7..45c8d604b50 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,18 @@ defaults write com.microsoft.VSCodeExploration ApplePressAndHoldEnabled -bool fa defaults delete -g ApplePressAndHoldEnabled # If necessary, reset global default ``` +For Cursor (or any other application that's not in the list above), first grab its identifier: + +```sh +mdls -name kMDItemCFBundleIdentifier /Applications/Cursor.app +``` + +Then use its identifier as above: + +```sh +defaults write ApplePressAndHoldEnabled -bool false +``` + We also recommend increasing Key Repeat and Delay Until Repeat settings in _System Preferences -> Keyboard_. ### Windows