Uninstall and Cleanup
Quick uninstall (enough for most users)
- Exit Cleaning Mode if active — ⌃⇧⌘K, Touch ID, or Finish Cleaning on the overlay
- Menu bar → KeyPause → Quit KeyPause (or quit from Activity Monitor)
- Finder → Applications → drag KeyPause.app to Trash
- Empty Trash
These steps remove the app itself. Settings and imported sounds remain on disk (see below).
Files KeyPause leaves behind
1. Application
| Location | Description |
|---|---|
/Applications/KeyPause.app | Main application bundle |
2. Settings (UserDefaults)
Preferences are stored in the standard macOS plist file:
~/Library/Preferences/com.keypause.app.plist
3. Imported sound files
~/Library/Application Support/KeyPause/Sounds/
Example filenames: user-1.m4a, user-2.mp3 (up to 3 files)
4. System permissions
Current versions of KeyPause do not request extra system permissions for keyboard locking.
If you used an older build, a leftover entry may still appear under System Settings → Privacy & Security → Accessibility. Remove it with − if you see KeyPause listed.
tccutil reset Accessibility com.keypause.app
5. What KeyPause does not create
KeyPause does not install:
- Login Items / Launch Agents
- Files under /Library or /System
- iCloud or network sync
- Cache or log folders
Full cleanup (all leftovers)
In Terminal (with KeyPause closed):
# Application (update path if copied outside Applications) rm -rf /Applications/KeyPause.app # Preferences rm -f ~/Library/Preferences/com.keypause.app.plist # Imported sounds and folder rm -rf ~/Library/Application\ Support/KeyPause
Optionally remove any leftover KeyPause entry from System Settings → Privacy & Security → Accessibility (only if present from an older version).
After reinstalling
- If preferences were deleted, the app opens with default settings (shortcut: ⌃⇧⌘K)
- If imported custom sounds were deleted, you will need to add them again
Troubleshooting
| Situation | What to do |
|---|---|
| Icon still in menu bar | App may still be running → Activity Monitor → KeyPause → Quit |
| Ghost entry in permissions list | Leftover from an older version — remove with − from the Accessibility list |
| Sound files remain | Delete the ~/Library/Application Support/KeyPause folder |
| Settings did not reset | Delete com.keypause.app.plist, then log out and back in |