계속 업데이트.
[ Mac 기본 단축키 ]
command + 'Q' or 'W'
Q: 앱 전체 종료
W: 앱에서 오픈된 하나의 창 종료
command + 'L'
LaunchPad 실행
option + command + 'V'
잘라내기로 붙여넣기
control + command + 'F'
전체화면 토글
shift + command + '3' or '4'
3: 전체화면 캡춰
4: 선택영역 캡춰
shift + command + '.'
히든파일 토글
부팅시 option키 누르기
사용 가능한 다른 시동디스크나 볼륨을 선택할 수 있음 (부트캠프)
[ JetBrain IDE 단축키 ]
command + '/'
영역 설정후 키를 누르면 해당 영역에 포함되는 라인이 주석처리됨.
option + command + '/'
영역 설정 후 키를 누르면 해당 영역이 block comment 됨. ( /* .. */ )
python 파일에서는 동작하지 않음
command + 'P'
함수 parameter 정보 출력
control + 'J'
함수 정보, 위젯 정보 출력
option + enter
context action 메뉴 출력
(flutter 사용시 위젯 삭제, 감싸기 등의 메뉴)
option + command + 'L'
코드 자동정렬
command + '~' ('₩')
여러 Window가 존재하는 경우 다음 Window로 이동
command + '[' or ']'
뒤로 가기, 앞으로 가기
double tab 'shift'
검색 창 띄우기
코드 자동 접기 설정
Settings > Editor > General > Code Folding
[ Chrome 단축키 ]
탭간 이동
option + command + 좌,우 이동키
크롬 창을 여러개 띄운 경우 창 이동
command + ` or ₩ or ~
새로고침
command + R
전체화면 on/off
fn + F
control + command + F
'프로그래밍 > etc' 카테고리의 다른 글
맥 잠자기 방지 cmd (0) | 2024.05.05 |
---|---|
mosquitto "Connection error: Connection Refused: identifier rejected." 오류 (0) | 2024.02.21 |
nvidia GPU 정보 확인 (ubuntu) (0) | 2023.07.06 |
Desmos Graphing Calculator (0) | 2023.06.21 |
맥북 한글전환키 shift + space 설정 (0) | 2023.01.05 |