Take a screenshot

Takes a screenshot after 3 seconds and displays in Preview.
This commit is contained in:
Shivendra Dayal 2015-10-25 22:37:10 +05:30
parent 169839e908
commit 6d985eb7e1

View File

@ -1099,6 +1099,12 @@ sudo nvram boot-args=""
### Screenshots
#### Take a screenshot
Takes a screenshot after 3 seconds and displays in Preview.
```bash
screencapture -T 3 -P delayedpic.jpg
```
#### Save Screenshots to Given Location
Sets location to `~/Desktop`.
```bash