Stop Itunes from Responding to the Keyboard Media Keys
Make iTunes ignore users pressing the media keys.
This commit is contained in:
parent
b369222a52
commit
f939a4e6ff
@ -16,6 +16,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
|
||||
- [Applications](#applications)
|
||||
- [App Store](#app-store)
|
||||
- [Apple Remote Desktop](#apple-remote-desktop)
|
||||
- [iTunes](#itunes)
|
||||
- [Safari](#safari)
|
||||
- [Sketch](#sketch)
|
||||
- [TextEdit](#textedit)
|
||||
@ -127,6 +128,13 @@ rm -r ~/Library/Application\ Support/Remote\ Desktop/ && \
|
||||
rm -r ~/Library/Containers/com.apple.RemoteDesktop
|
||||
```
|
||||
|
||||
### iTunes
|
||||
|
||||
#### Stop Itunes from Responding to the Keyboard Media Keys
|
||||
```bash
|
||||
launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist
|
||||
```
|
||||
|
||||
### Safari
|
||||
|
||||
#### Enable Develop Menu and Web Inspector
|
||||
|
Loading…
Reference in New Issue
Block a user