Add Video category and entry
This commit is contained in:
parent
c1b696127d
commit
c764c826b9
@ -41,6 +41,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
|
||||
- [Keyboard](#keyboard)
|
||||
- [Media](#media)
|
||||
- [Audio](#audio)
|
||||
- [Video](#video)
|
||||
- [Networking](#networking)
|
||||
- [Bonjour](#bonjour)
|
||||
- [DHCP](#dhcp)
|
||||
@ -549,6 +550,13 @@ afplay -q 1 filename.mp3
|
||||
say 'All your base are belong to us!'
|
||||
```
|
||||
|
||||
### Video
|
||||
|
||||
#### Auto-Play Videos in QuickTime Player
|
||||
```bash
|
||||
defaults write com.apple.QuickTimePlayerX MGPlayMovieOnOpen 1
|
||||
```
|
||||
|
||||
|
||||
## Networking
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user