LoginSignup
0
0

More than 5 years have passed since last update.

【osx】スクショ

Posted at

メモ
しばらくするとすぐ忘れる…

画面全体

command + shift + 3

範囲指定マニュアル

command + shift + 4

ウィンドウ

command + shift + 4 のあと、space

保存場所の変更

// ピクチャに変更
$ defaults write com.apple.screencapture location ~/Pictures/
$ killall SystemUIServer

デスクトップに戻す

$ defaults delete com.apple.screencapture location
$ killall SystemUIServer
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0