Saturday, March 16, 2013

Macのスクリーンショット 保存場所についてのメモ


自分のメモ用に。
これでやっとデスクトップに「ピクチャ~」が溢れなくてすむ。

1.基本

画面全体   [ Command ] + [ Shift ] + [ 3 ]
範囲      [ Command ] + [ Shift ] + [ 4 ]
ウインドウ別 [ Command ] + [ Shift ] + [ 4 ]+スペース


ピクチャの影を消す

ターミナルで
defaults write com.apple.screencapture "disable-shadow" -bool true
をコマンド(これで影が消える)

defaults write com.apple.screencapture "disable-shadow" -bool false
をコマンド(これで影が付く設定に戻る)

上記を入力後 killall SystemUIServer をターミナルに打ち込むかmacを再起動することで設定完了


ピクチャの保存場所の設定

ターミナルで
defaults write com.apple.screencapture location ~/Desktop/ScreenShot/
をコマンド(これでデスクトップに作ったのScreenShotフォルダに保存される)

defaults delete com.apple.screencapture location
をコマンド(これで元に戻る)

上記を入力後 killall SystemUIServer をターミナルに打ち込むかmacを再起動することで設定完了



No comments:

Post a Comment