최대 1 분 소요

1. MAC 스크린샷 단축키

맥OS에서 사용되는 스크린샷 단축기를 알아보자.

단축키
스크린샷
비고
shift + command + 3 화면 전체 캡쳐  
shift + command + 4 화면 일부 캡쳐 캡쳐 영역 드래그
shift + command + 4 + space bar 선택 윈도우(창) 캡쳐 캡쳐 윈도우(창) 선택

2. 스크린샷 기본저장 파일명 변경

스크린샷은 기본적으로 ‘스크린샷 [날짜] [시간].png’와 같은 형식으로 데스크탑에 저장된다. 블로그에 포스팅 되는 이미지의 파일명에 한글이나 공백이 들어가면 정상등록이 되지 않을 수 있고 파일 관리 차원에서도 기본 저장되는 파일명 변경이 필요한 상황이었다.

2-1 기본저장 파일명 변경 명령어

MAC의 기본저장되는 스크린샷의 파일명을 바꾸는 방법은 터미널을 열고 아래와 같이 입력하면 된다.

defaults write com.apple.screencapture name "파일명"
[Enter]
killall SystemUIServer
[Enter]

2-2 기본저장 파일명 복구 명령어

defaults write com.apple.screencapture name
[Enter]
killall SystemUIServer
[Enter]

2-3 [날짜] [시간] 항목 제거 명령어

defaults write com.apple.screencapture "include-date" 0
[Enter]
killall SystemUIServer
[Enter]

2-4 [날짜] [시간] 항목 복구 명령어

defaults write com.apple.screencapture "include-date" 1
[Enter]
killall SystemUIServer
[Enter]

connection documents

댓글남기기