0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

MacOS、スクリーンショットの設定

Last updated at Posted at 2024-07-07

MacOS、スクリーンショットの設定

毎回設定するので、メモ

  • 保存場所の変更
    • Command + shift + 5
    • option menu
    • 保存場所変更
  • 保存ファイル名の変更
    defaults write com.apple.screencapture name "screenshot"
    defaults write com.apple.screencapture include-date -bool false
    
  • ファイル形式の変更
    defaults write com.apple.screencapture type jpg
    
  • 日付に戻す
    defaults delete com.apple.screencapture include-date
    

参考サイト

追加の設定

  • スクリーンショット時の画像プレビューを無効にする方法
    defaults write com.apple.screencapture show-thumbnail -bool false
    killall SystemUIServer
    
  • ショートカットキーを変更する方法
    • システム環境設定 > キーボード > キーボードショートカット
    • 左側のリストから「スクリーンショット」を選択
    • 「画面全体のスクリーンショットを取得」を選択し、現在のショートカット(⌘ + Shift + 3)をクリック
    • キーボードで新しいショートカットキー「⌘ + 3」を入力
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?