2020-03-24 20:33:46 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
categories:
|
2020-08-16 13:49:24 +00:00
|
|
|
|
|
|
|
- folder: screenshots
|
|
|
|
name: Screenshots
|
|
|
|
description:
|
|
|
|
"On a Mac, you can take screenshots using:<br>
|
|
|
|
- `⌘ cmd`+`⇧ shift`+`3` for fullscreen.<br>
|
|
|
|
- `⌘ cmd`+`⇧ shift`+`4` for a selection. Then use `space` to capture an entire app.<br>
|
|
|
|
- `⌘ cmd`+`⇧ shift`+`5` to open the Screenshot app.<br><br>
|
|
|
|
There is a few keys you can customize."
|
|
|
|
keys:
|
|
|
|
- key: disable-shadow
|
|
|
|
domain: com.apple.screencapture
|
|
|
|
title: Disable shadow
|
|
|
|
description:
|
|
|
|
Disable screenshot shadow when capturing an app (`⌘ cmd`+`⇧ shift`+`4` then `space`).
|
|
|
|
param:
|
|
|
|
type: bool
|
|
|
|
examples:
|
|
|
|
- value: false
|
|
|
|
default: true
|
|
|
|
image:
|
|
|
|
filename: "false.png"
|
|
|
|
width: 740
|
|
|
|
height: 574
|
|
|
|
text: Add a shadow to screenshots
|
|
|
|
- value: true
|
|
|
|
image:
|
|
|
|
filename: "true.png"
|
|
|
|
width: 740
|
|
|
|
height: 550
|
|
|
|
text: Remove the default shadow from screenshots
|
|
|
|
versions: [Big Sur, Catalina]
|
2020-09-05 19:32:20 +00:00
|
|
|
- key: include-date
|
|
|
|
domain: com.apple.screencapture
|
|
|
|
title: Include date
|
|
|
|
description: Include date and time in screenshot filenames.
|
|
|
|
param:
|
|
|
|
type: bool
|
|
|
|
examples:
|
|
|
|
- value: true
|
|
|
|
default: true
|
|
|
|
text: Screenshot 2020-01-09 at 13.27.20.png
|
|
|
|
- value: false
|
|
|
|
text:
|
|
|
|
- Screenshot.png
|
|
|
|
- Screenshot 1.png
|
|
|
|
versions: [Big Sur, Catalina]
|
2020-08-04 20:35:29 +00:00
|
|
|
- key: location
|
|
|
|
domain: com.apple.screencapture
|
|
|
|
title: Set location
|
|
|
|
description: Set default screenshot location.
|
|
|
|
param:
|
|
|
|
type: string
|
|
|
|
examples:
|
|
|
|
- value: ~/Desktop
|
|
|
|
default: true
|
|
|
|
- value: ~/Pictures
|
|
|
|
versions: [Big Sur, Catalina]
|
|
|
|
after: killall SystemUIServer
|