Merge pull request #53 from sdayal/DelayedScreenCapture
Take a Delayed Screenshot
This commit is contained in:
commit
ca7d8cdf7e
@ -1108,6 +1108,12 @@ sudo nvram boot-args=""
|
||||
|
||||
### Screenshots
|
||||
|
||||
#### Take a Delayed Screenshot
|
||||
Takes a screenshot after 3 seconds and displays in Preview.
|
||||
```bash
|
||||
screencapture -T 3 -t jpg -P delayedpic.jpg
|
||||
```
|
||||
|
||||
#### Save Screenshots to Given Location
|
||||
Sets location to `~/Desktop`.
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user