Add Contacts category and entry

This commit is contained in:
Marcel Bischoff 2016-01-14 03:51:46 +01:00
parent aa6640d878
commit 65e705919c

View File

@ -18,6 +18,7 @@ For more terminal shell goodness, please also see this list's sister list [Aweso
- [Applications](#applications)
- [App Store](#app-store)
- [Apple Remote Desktop](#apple-remote-desktop)
- [Contacts](#contacts)
- [iTunes](#itunes)
- [Mail](#mail)
- [Safari](#safari)
@ -145,6 +146,17 @@ rm -r ~/Library/Application\ Support/Remote\ Desktop/ ; \
rm -r ~/Library/Containers/com.apple.RemoteDesktop
```
### Contacts
#### Debug Mode
```bash
# Enable
defaults write com.apple.addressbook ABShowDebugMenu -bool true
# Disable (Default)
defaults write com.apple.addressbook ABShowDebugMenu -bool false
```
### iTunes
#### Keyboard Media Keys