OSX/スクリーンショット
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&tag(OSX/スクリーンショット);
*目次 [#d5af4ab6]
#contents
*関連ページ [#j5e97890]
*参考情報 [#s8d5c1ac]
-[[OS X: Keyboard shortcuts - Apple サポート:http://suppo...
-[[OS X:スクリーンショットを撮る方法 - Apple サポート:ht...
-[[最高のスクリーンショット環境を求めて - ザリガニが見て...
*標準搭載のスクリーンショット機能 [#e30570b6]
**キーボードショートカット [#id7ce40a]
,ショートカット,動作,備考
,Command-Shift-3,デスクトップ全体,デスクトップに保存。Con...
,Command-Shift-4,キャプチャ範囲の指定,マウスドラッグで範...
***範囲選択モードの操作 [#ned1f166]
,ショートカット,動作,備考
,ドラッグ中にShiftキーを押す,縦/横にリサイズを固定,
,ドラッグ中にOptionキーを押す,選択範囲を上下左右に拡大,
,ドラッグ中にスペース,選択範囲を固定して移動,
,ドラッグ終了,スクリーンショット保存。Controlを押すとクリ...
***ウィンドウ選択モードの操作 [#o376b7f1]
,ショートカット,動作,備考
,クリック,ウィンドウ群を撮影。Controlキーを押すとクリップ...
,Command+クリック,個別ウィンドウを撮影,
,Option+クリック,シャドウなし,
**設定 [#z169649b]
***ファイル名のプリフィックスを変更 [#ofda2dc4]
-以下のコマンドで変更できる
#pre{{
defaults write com.apple.screencapture name "ss"
killall SystemUIServer
}}
-ファイル名のプリフィックスを空白にしたい場合
#pre{{
defaults write com.apple.screencapture name ""
killall SystemUIServer
}}
-戻す
#pre{{
defaults delete com.apple.screencapture name
}}
***ファイル形式を変更 [#u8a7c95f]
-以下のコマンドで変更できる
#pre{{
defaults write com.apple.screencapture type jpeg
killall SystemUIServer
}}
BMP GIF JPEG "JPEG 2000" PDF PICT PNG SGI TGA TIFFが可能...
-戻す
#pre{{
defaults delete com.apple.screencapture type
}}
***ファイルの保存場所を変更 [#t07f7509]
-以下のコマンドで変更できる
#pre{{
defaults write com.apple.screencapture location ~/Pictures
killall SystemUIServer
}}
-以下のコマンドで戻せる
#pre{{
defaults delete com.apple.screencapture location
}}
*Tips [#e85e4061]
**2枚のスクリーンショットを並べる [#b41d5b25]
-意外と簡単にいく方法がない。ImageMagicで連結できるけど、...
-画像サイズをあらかじめしらべておき、2倍のサイズのキャン...
終了行:
&tag(OSX/スクリーンショット);
*目次 [#d5af4ab6]
#contents
*関連ページ [#j5e97890]
*参考情報 [#s8d5c1ac]
-[[OS X: Keyboard shortcuts - Apple サポート:http://suppo...
-[[OS X:スクリーンショットを撮る方法 - Apple サポート:ht...
-[[最高のスクリーンショット環境を求めて - ザリガニが見て...
*標準搭載のスクリーンショット機能 [#e30570b6]
**キーボードショートカット [#id7ce40a]
,ショートカット,動作,備考
,Command-Shift-3,デスクトップ全体,デスクトップに保存。Con...
,Command-Shift-4,キャプチャ範囲の指定,マウスドラッグで範...
***範囲選択モードの操作 [#ned1f166]
,ショートカット,動作,備考
,ドラッグ中にShiftキーを押す,縦/横にリサイズを固定,
,ドラッグ中にOptionキーを押す,選択範囲を上下左右に拡大,
,ドラッグ中にスペース,選択範囲を固定して移動,
,ドラッグ終了,スクリーンショット保存。Controlを押すとクリ...
***ウィンドウ選択モードの操作 [#o376b7f1]
,ショートカット,動作,備考
,クリック,ウィンドウ群を撮影。Controlキーを押すとクリップ...
,Command+クリック,個別ウィンドウを撮影,
,Option+クリック,シャドウなし,
**設定 [#z169649b]
***ファイル名のプリフィックスを変更 [#ofda2dc4]
-以下のコマンドで変更できる
#pre{{
defaults write com.apple.screencapture name "ss"
killall SystemUIServer
}}
-ファイル名のプリフィックスを空白にしたい場合
#pre{{
defaults write com.apple.screencapture name ""
killall SystemUIServer
}}
-戻す
#pre{{
defaults delete com.apple.screencapture name
}}
***ファイル形式を変更 [#u8a7c95f]
-以下のコマンドで変更できる
#pre{{
defaults write com.apple.screencapture type jpeg
killall SystemUIServer
}}
BMP GIF JPEG "JPEG 2000" PDF PICT PNG SGI TGA TIFFが可能...
-戻す
#pre{{
defaults delete com.apple.screencapture type
}}
***ファイルの保存場所を変更 [#t07f7509]
-以下のコマンドで変更できる
#pre{{
defaults write com.apple.screencapture location ~/Pictures
killall SystemUIServer
}}
-以下のコマンドで戻せる
#pre{{
defaults delete com.apple.screencapture location
}}
*Tips [#e85e4061]
**2枚のスクリーンショットを並べる [#b41d5b25]
-意外と簡単にいく方法がない。ImageMagicで連結できるけど、...
-画像サイズをあらかじめしらべておき、2倍のサイズのキャン...
ページ名: