From 106bf3f56cba19d9f42b563f1a8e395dfc404230 Mon Sep 17 00:00:00 2001 From: Vais Salikhov Date: Mon, 20 Jan 2025 12:25:20 -0500 Subject: [PATCH] Update README.md for Cursor --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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