I take screenshots on OSX a lot using Cmd-Shift-3 and Cmd-Shift-4.

Mac OS X automatically drops them on my Desktop, which is not my favorite place. Is there some way to configure these shortcuts to save screenshots in another location?

link|improve this question

57% accept rate
If you take a lot of screenshots, you might want to check out the free app called InstantShot! projects.digitalwaters.net/index.php?q=instantshot I prefer it much more over the default screencap. – caliban Sep 4 '09 at 3:34
feedback

2 Answers

up vote 5 down vote accepted

Found Here, the command is

defaults write com.apple.screencapture location /Full/Path/To/Folder

Will take effect after a logout and login. ~ as the home folder doesn't work.

link|improve this answer
1  
Considering ~ does not work for the home folder, is this not a per-user setting? – antsyawn Feb 22 at 23:05
feedback

Throw a Ctrl key in the mix. That copies the shot to the clipboard, then paste it into your favorite editor.

Ctrl+Shift+Cmd+3 copies the whole screen, or Ctrl+Shift+Cmd+4 lets you select what you want to copy and hitting the spacebar with the selection option active turns it into a camera, use this to get a shot of a window without having to crop it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.