Merge pull request #21 from vinkla/patch-3
Stop Itunes from Responding to the Keyboard Media Keys
This commit is contained in:
commit
45e3b5b62c
@ -16,6 +16,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
|
|||||||
- [Applications](#applications)
|
- [Applications](#applications)
|
||||||
- [App Store](#app-store)
|
- [App Store](#app-store)
|
||||||
- [Apple Remote Desktop](#apple-remote-desktop)
|
- [Apple Remote Desktop](#apple-remote-desktop)
|
||||||
|
- [iTunes](#itunes)
|
||||||
- [Safari](#safari)
|
- [Safari](#safari)
|
||||||
- [Sketch](#sketch)
|
- [Sketch](#sketch)
|
||||||
- [TextEdit](#textedit)
|
- [TextEdit](#textedit)
|
||||||
@ -127,6 +128,13 @@ rm -r ~/Library/Application\ Support/Remote\ Desktop/ && \
|
|||||||
rm -r ~/Library/Containers/com.apple.RemoteDesktop
|
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
|
### Safari
|
||||||
|
|
||||||
#### Enable Develop Menu and Web Inspector
|
#### Enable Develop Menu and Web Inspector
|
||||||
|
Loading…
Reference in New Issue
Block a user