반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- webpack
- 개발
- Chrome
- 맥
- VirtualBox
- picker
- avds
- 네트워크
- MAC
- androidstudio
- react
- IOS
- jest
- node
- unittest
- PYTHON
- ReactNative
- xcode
- 리눅스
- linux
- MachineLearning
- vsCode
- Android
- localserver
- build
- centos
- 센토스
- TensorFlow
- qunit
Archives
- Today
- Total
로메오의 블로그
[MacOSX] 스크린샷 저장위치 변경하기 본문
반응형
Mac에서 스크린샷을 찍을때
Command + Shift + 3 => 전체화면 스크린샷 찍기
Command + Shift + 4 => 영역 스크린샷 찍기
이때 저장위치는 바탕화면이 되는데 경로를 바꿔보겠습니다.
스크린샷을 저장한 폴더를 만듭니다.
Terminal을 열어서 아래의 명령을 입력합니다.
$ defaults write com.apple.screencapture location /Users/romeoh/ScreenShot
$ killall SystemUIServer
스크린샷을 찍어보면 새로운 경로로 저장되는것을 확인할 수 있습니다.
Deck에 Screenshot 폴더를 넣어두면 접근성이 용이합니다.
다시 바탕화면으로 스크린샷 저장위치를 변경하고 싶으면 아래의 명령어를 입력하세요.
$ defaults write com.apple.screencapture location ~/Desktop/ && killall SystemUIServer
반응형
'App & OS > Linux & MacOS' 카테고리의 다른 글
[VirtualBox] Windows 해상도 문제 (0) | 2019.08.31 |
---|---|
[VirtualBox] OS vdi 이관하기 (0) | 2019.08.31 |
[VirtualBox] 설치에 실패했습니다. - MacOSX (0) | 2019.08.31 |
[CentOS] tomcat 설치하기 (0) | 2019.04.21 |
[CentOS] Apache 환경설정하기 (0) | 2019.04.20 |
Comments