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
- IntelliJ
- ssh
- Source
- tomcat
- GIT
- import
- Windows 10
- resource
- web.xml
- 줄바꿈 문자
- xargs
- grep
- Mac
- Eclipse
- profile
- context
- Quartz
- vscode
- JavaScript
- VirtualBox
- bash
- 단축키
- 네트워크
- maVen
- Windows
- netsh
- port
- lsof
- find
- plugin
Archives
- Today
- Total
develog
[mac] 단축키 (일반, 캡쳐) 본문
시스템 환경설정 > 키보드
일반
바탕화면 보기 | F11 |
Dock show/hide | command + option + D |
Page Up | fn + ↑ |
Page Down | fn + ↓ |
Home | fn + ← |
End | fn + → |
특수 문자 입력 | command + ctrl + space |
전체 화면 | command + ctrl + F |
맥 강제 재부팅 | command + ctrl + 전원버튼 |
맥 강제 종료 | command + option + ctrl + 전원버튼 |
Finder
숨긴파일 보기 | command + shift + . |
검색 창 열기 | command + option + space |
미리보기 보기/가리기 | command + shift + P |
Mission Control (데스크탑 Space 보기/추가/삭제)
Mission Control 열기 | ctrl + ↑ |
데스크탑 Space 왼쪽으로 이동 | ctrl + ← |
데스크탑 Space 오른쪽으로 이동 | ctrl + → |
현재 APP의 모든 열린 윈도두 보기 | ctrl + ↓ |
캡쳐
- command + shift + 4 : 선택 영역 캡쳐
- space : 선택 영역 <=> 윈도우(창) 토글
- ctrl : 클립보드에 저장
- option : 그림자 제외
선택 영역 갭쳐 (파일에 저장) | command + shift + 4 |
선택 영역 캡쳐 (클립보드에 저장) | command + shift + ctrl + 4 |
윈도우 갭쳐 (파일에 저장, 그림자 포함) | command + shift + 4 → space |
윈도우 갭쳐 (파일에 저장, 그림자 제외) | command + shift + 4 → space → option |
윈도우 캡쳐 (클립보드에 저장, 그림자 포함) | command + shift + ctrl + 4 → space |
윈도우 캡쳐 (클립보드에 저장, 그림자 제외) | command + shift + ctrl + 4 → space → option |
'OS & Shell > Mac' 카테고리의 다른 글
[mac] bash sort (0) | 2021.02.25 |
---|---|
[mac] rm, No such file or directory (0) | 2021.02.25 |
[mac] sed (0) | 2021.02.24 |
[mac] java.sql.SQLException: 로케일을 인식할 수 없습니다. (0) | 2021.02.23 |
[mac] 맥에서 윈도우로 scp 사용하기 (0) | 2021.02.23 |
Comments