#author("2025-04-08T12:37:34+00:00","default:yoya","yoya")
[[Macintosh]]
#author("2025-04-08T13:06:09+00:00","default:yoya","yoya")
[[Macintosh]] | [[macOS]]
- Macのスクリーンキャプチャ機能で撮影した画像の保存場所を変更する裏技
-- http://inforati.jp/apple/mac-tips-techniques/system-hints/how-to-change-macos-screen-capture-save-folder-location.html
defaults write com.apple.screencapture location ~/Downloads
killall SystemUIServer
- Macのスクリーンキャプチャ機能で撮影したウインドウの影をなくす方法
-- http://inforati.jp/apple/mac-tips-techniques/system-hints/how-to-disable-shadow-effect-of-macos-screen-capture.html
defaults write com.apple.screencapture disable-shadow -boolean true
killall SystemUIServer
- macOS Mojaveのスクリーンショット撮影のプレビューを無効にする方法
-- https://www.eisbahn.jp/yoichiro/2018/09/disable_mojave_screenshot_preview.html
+ Command + Shift + 5 を押します。
+ 画面下に出てくるポップアップから「オプション」をクリックします。
+ 表示されたメニューの中から「フローティングサムネールを表示」のチェックを外します。