How do I take a screenshot on a mac?
Saving a screenshot on the desktop.
- Command+Shift+3: This will take a picture of the entire screen.
- Command+Shift+4: This turns your mouse into a crosshairs. To take the screenshot just click where you’re like to begun your picture, hold the click and drag, let go when you have a rectangle over the area.
- Command+Shift+4, then space: Your mouse will turn into a picture of a camera. The camera will take a screenshot of a window. By pressing space again the camera will turn back into a crosshairs.
Video example of making screenshots
Copying a screenshot to the clipboard.
(The clipboard is the place things go when you copy them, once in the clibboard they can easily be pasted into various programs such as word)
- Command+Control+Shift+3: Take a screenshot of the screen, and save it to the clipboard.
- Command+Control+Shift+4: This turns your mouse into a crosshairs. To take the screenshot just click where you’re like to begun your picture, hold the click and drag, let go when you have a rectangle over the area.
- Command+Control+Shift+4, then space: Your mouse will turn into a picture of a camera. The camera will take a screenshot of a window. By pressing space again the camera will turn back into a crosshairs.
These files will all save in a format called PNG if you’re using Tiger or Leopard. If you’re using Panther it’ll be PDF and if you’re using Jaguar it’ll be JPG.
To choose which file you’d prefer to save them there’s a neat hack.
Open the application called terminal located in the utilities folder which is located in the applications folder.
/Applications/Utilities/Terminal
Type the following two commands into the terminal window and press enter after each:
“defaults write com.apple.screencapture type image_format“
then
“killall SystemUIServer”
image_format above can be whatever you’d like it to be; jpg, tiff, pdf, png, bmp and others.
Video Example of Changing the File Type in the Terminal Application
