안드로이드 개발자 공식 페이지에 잘 정리되어있긴 하지만 그냥 보기 편하게 간단하게 다시 정리해보고자 한다.
물론 모든 단축키가 아니라 본인이 필요하다고 생각되고 공식 페이지에서 메인으로 올라와있는 단축키만 간단하게 정리해봤다. 전체 단축키를 보려면 아래 공식 페이지 링크로 가면 된다.
1. 도구 창 관련 단축키
- 프로젝트 창:
- Windows/Linux: Alt+1
- macOS: Command+1
- 버전 관리 창:
- Windows/Linux: Alt+9
- macOS: Command+9
- 실행/디버그:
- 실행: Windows/Linux Shift+F10, macOS Control+R
- 디버그: Windows/Linux Shift+F9, macOS Control+D
- Logcat:
- Windows/Linux: Alt+6, macOS: Command+6
- 에디터 복귀/모든 도구 창 숨기기:
- 에디터 복귀: Esc
- 모든 도구 창 숨기기:
- Windows/Linux: Control+Shift+F12
- macOS: Command+Shift+F12
2. 코드 완성 단축키
- 기본 완성:
- Windows/Linux: Control+Space
- macOS: Control+Space
- 스마트 완성:
- Windows/Linux: Control+Shift+Space
- macOS: Control+Shift+Space
- 문장 완성 (현재 문장의 마무리 자동 완성):
- Windows/Linux: Control+Shift+Enter
- macOS: Command+Shift+Enter
팁: 빠른 수정이나 의도(Action) 확인은 Alt+Enter (macOS: Option+Enter)로 가능
3. 탐색 및 검색 단축키
- 전체 검색 (코드, 메뉴, 설정 등):
- Shift 키를 두 번 누르기
- 최근 파일:
- Windows/Linux: Control+E
- macOS: Command+E
- 파일 구조:
- Windows/Linux: Control+F12
- macOS: Command+F12
- 클래스 검색:
- Windows/Linux: Control+N
- macOS: Command+O
- 파일 검색:
- Windows/Linux: Control+Shift+N
- macOS: Command+Shift+O
- 심볼(메서드, 필드 등) 검색:
- Windows/Linux: Control+Alt+Shift+N
- macOS: Command+Option+O
- 찾기, 다음/이전 검색:
- 찾기: Control+F (macOS: Command+F)
- 다음: F3 (macOS: Command+G)
- 이전: Shift+F3 (macOS: Command+Shift+G)
4. 일반 동작 및 설정 관련 단축키
- 저장:
- Windows/Linux: Control+S
- macOS: Command+S
- 동기화:
- Windows/Linux: Control+Alt+Y
- macOS: Command+Option+Y
- 에디터 최대/최소화:
- Windows/Linux: Control+Shift+F12
- macOS: Control+Command+F12
- 설정 창 열기:
- Windows/Linux: Control+Alt+S
- macOS: Command+, (콤마)
- 프로젝트 구조 창 열기:
- Windows/Linux: Control+Alt+Shift+S
- macOS: Command+; (세미콜론)
5. 커스텀 키맵 설정
- 설정 경로:
- Windows/Linux: File > Settings > Keymap
- macOS: Android Studio > Preferences > Keymap
아래는 안드로이드 개발자 공식 페이지다
https://developer.android.com/studio/intro/keyboard-shortcuts
Keyboard shortcuts | Android Studio | Android Developers
Discover keyboard shortcuts for many common actions in Android Studio.
developer.android.com
근데 사실 안드로이드 스튜디오도 인텔리제이 기반이라 진짜 한페이지에 총정리 되어있는 걸 보려면 아래 링크의 pdf를 보면 된다.
https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf

'어플리케이션, 앱 (Application) > 안드로이드 (Android)' 카테고리의 다른 글
애드몹(admob) 광고 중 게재된 요청이 노출로 안 이어지는 경우 (0) | 2025.03.06 |
---|---|
안드로이드 스튜디오 SHA1(SHA-1)키,SHA-256키 확인법 초간단 정리 (0) | 2025.03.05 |
안드로이드 스튜디오 하이라이트 색상(EditText, CheckBox) 수정 방법 (0) | 2025.03.05 |
이미지와 카메라를 통해 색 정보를 추출하는 앱 (색 추출 앱) - Chromatica - color picker & color detector (0) | 2025.03.04 |
안드로이드 jetpack compose 공부 정리 1강 (코틀린, android 14 이후 버전) (0) | 2025.03.04 |