How To Take a Screenshot On Mac OS X

(1 vote, average 5.00 out of 5)

To take a screenshot on an Apple computer running Mac OS X, you simply use the 'Grab' application. You can open the 'Grab' application by searching for its title in the spotlight menu.

grab1

Once the application is open, select 'Capture' from the menu bar and select the type of screenshot you would like to take.

grab2

The four different types of screenshots are:

  • Selection - This allows you to take a screenshot of part of the screen defined by you.
  • Window - This allows you to take a screenshot of a single window.
  • Screen - This allows you to take a screenshot of the whole screen.
  • Timed Screen - This allows you to take a screenshot of the whole screen after an amount of time.

Once you have selected your choice, you will take the screenshot and must save it to the location you see fit.

 

For advanced users, you may also use the following shortcuts:

Command-Shift-3: Take a screenshot of the whole screen and save it to the desktop.
Command-Shift-4, then select an area: Take a screenshot of an area on the screen and save it to the desktop.
Command-Shift-4, then space, then select a window: Take a screenshot of a specific window and save it to the desktop
Command-Control-Shift-3: Take a screenshot of the screen and save it to the clipboard.
Command-Control-Shift-4, then select an area: Take a screenshot of an area on the screen and save it to the clipboard.
Command-Control-Shift-4, then space, then select a window: Take a screenshot of a specific window and save it to the clipboard.


Or you may use the following terminal command:

1
screencapture -iW ~/Desktop/screen.jpg


Partner Links:
Last Updated on Monday, 28 June 2010 22:15  
Related Articles

» Easily "Force Quit" or "End Task" on a program in Linux with a keyboard shortcut

Note: This guide is written for an Ubuntu-based system but should work on any Linux distribution running the Gnome desktop environment.If a program stops responding in Linux, an easy way to kill it is with the xkill utility. This utility turns the mouse into crosshairs. Once the user clicks on a window with the crosshairs, said window is instantly killed. This is much more convenient than trying to find the process ID or name in a list of running processes and stopping it. In order to set up...

» Set the hardware clock on your computer from Linux

Rather than rebooting to set the hardware clock in the BIOS, you can sync the hardware clock on your machine to the current time in Linux using the hwclock and date commands.To set the hardware clock's date and time, use the hwclock command:hwclock --set --date "01/01/70 01:01:01" The date command allows you to get the current date, in the above format when using these arguments:date +'%m/%d/%y %H:%M:%S' Thus, you can combine the two commands to sync the hardware clock with the time in your...

» Copy or Backup Files Faster in Windows 7 or Vista Using Window's Robocopy

In all versions of Windows 7 there is a little known but easy to use utility bundled in called Robocopy.  Why would you want to use Robocopy over just dragging and dropping or copying and pasting files and folders over manually? Here are some reasons why you might want to add Robocopy to your toolbox of useful utilities:Robocopy is MUCH faster at copying a large number of files from one location to another compared to the built in Windows copy.Robocopy can intelligently "Backup" (Mirror) a...

Comments  

 
0 #1 Mari Morrison 2010-08-20 10:07
Thanks, this works great!