Write daily tips, and the Mac OS X with the screen capture shortcut key is indispensable.
1. command + shift + 3Full Screen
2. command + shift + 4 and press the space
The mouse changes to a camera, select the window to be crawled, and click the mouse.
YesCapture a window, You can also captureMenu Bar,Desktop,Douk bar.
If you want to captureMenu entry, You can open the menu first, and then press the screen capture shortcut key.
3. command + shift + 4 drag the mouse to selectScreen Section
You can also use the shortcut keys when selecting them.
After dragging the translucent area with the mouse, do not release the mouse (do not release it, just move it to capture the image)
Hold down shift to lock the height, and hold down shift + control to lock the width
Press and hold the option key to lock the center position. In addition, the option key can also be used with shift and
Shift + control combination
Press and hold the Space key to change the position of the selection area
4. It is really convenient to forget to save all captured images on the desktop. Sometimes you want to directlySave to clipboard,
In this way, you can directly paste it into Photoshop for processing, and the shortcut key can have one more control.
For example
Command + shift + control + 3 or
Command + shift + control + 4
Didn't I start to think I have enough fingers?
For a long time, you may say that I can't remember the shortcut key or never use it. Okay, you can also use it.
Open "Application-" utility-"screenshot"
This software has a great benefitCapture images at regular intervals.
-----------
The type and address of the file saved by the shortcut key are fixed. You can also modify the file type and address.
Open "Application-" utility-"terminal" and use the command line to adjust more functions.
1. screen capture Without shadow
defaults write com.apple.screencapture disable-shadow -bool true
Restore Default
defaults write com.apple.screencapture disable-shadow -bool false
2. Change the file format
defaults write com.apple.screencapture type <format>
The following formats are available:
Png (default)
Pdf
Jpg
Jp2 (JPG2000)
Gif
Tif (TIFF)
Bmp
Pict
Tga
3.
Change path
defaults write com.apple.screencapture location <path>
Note: The default path is desktop :~ /Desktop
4.
Change file name
defaults write com.apple.screencapture name <string>
5.
After entering the preceding command,Enter the following command.To take effect
killall SystemUIServer