접근성 기능
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 문서에서는 키보드 탐색을 포함하여 Android 스튜디오에서 사용할 수 있는 접근성 기능을 설명합니다.
IntelliJ IDEA에서는 Android 스튜디오 Bumblebee의 기반이 되는 2021.1 버전의 접근성 기능을 업데이트했으므로 Android 스튜디오 Bumblebee 이상의 모든 버전에서도 이러한 업데이트의 이점을 활용할 수 있습니다. IntelliJ 문서에는 스크린 리더 설정, 더 나은 접근성을 위한 IDE 맞춤설정 등 접근성 기능에 관한 자세한 내용이 포함되어 있습니다.
키보드 사용
단축키를 사용하여 Android 스튜디오의 모든 컨트롤을 탐색할 수 있습니다.
참고: Android 스튜디오 요소 중에는 스크린 리더의 객체 탐색 기능을 사용하는 경우에만 키보드를 통해 액세스할 수 있는 것이 있습니다. 객체 탐색 또는 이와 동등한 기능에 관한 자세한 내용은 NVDA 사용자 가이드와 같은 스크린 리더 문서를 참고하세요.
이 섹션에는 Android 스튜디오를 탐색하는 데 유용한 단축키가 포함되어 있습니다. Android 스튜디오의 기본 단축키에 관한 전체 가이드는 단축키를 참고하세요.
기본 메뉴 활성화
기본 메뉴 및 기타 최상위 메뉴를 열려면 다음 단축키를 사용하세요.
- 기본 메뉴를 열려면 F10을 누릅니다.
- Windows 컴퓨터에서 최상위 메뉴를 열려면 Alt+[mnemonic]을 누릅니다.
예를 들어 File 메뉴를 열려면 Alt+F를 누릅니다.
파일 및 도구 창 탐색
파일 및 도구 창을 탐색하려면 다음 단축키를 사용하세요.
- 도구 창으로 이동하려면 Alt+[number](macOS의 경우 Command+[number])를 누릅니다. 예를 들어 프로젝트 구조 도구 창으로 이동하려면 Alt+0(macOS의 경우 Command+0)을 누릅니다.
- 파일과 도구 창 사이를 이동하려면 Control+Tab(macOS의 경우 Command+Tab)을 누릅니다. 모든 항목 사이를 이동하려면 Control+Tab을 계속 누릅니다.
탐색 메뉴 사용
탐색 메뉴에서 다음과 같은 단축키를 사용해 프로젝트 내 파일 간 이동이 가능합니다.
- 탐색 메뉴를 활성화하려면 Alt+Home(macOS의 경우 Option+Fn+Left)을 누릅니다.
- 탐색 계층 구조 내 항목 간 전환은 왼쪽 화살표 또는 오른쪽 화살표를 누르면 됩니다.
- 현재 항목의 콘텐츠를 표시하는 팝업 창을 열려면 스페이스바를 누릅니다.
코드 폴딩 사용 중지
기본적으로 Android 스튜디오 편집기는 텍스트의 일부를 확장 가능 영역으로 폴딩합니다. 예를 들어 자바 소스 파일의 시작 부분에 있는 가져오기 목록은 'import …
'라는 텍스트가 포함된 한 줄로 폴딩됩니다.
스크린 리더 사용 중에는 코드 폴딩으로 인해 탐색이 어려워질 수 있습니다. 코드 폴딩 옵션을 수정하려면 File > Settings > Editor > General > Code Folding(macOS에서는 Android Studio > Preferences > Editor > General > Code Folding)으로 이동합니다.
자동 삽입 기능 사용 중지
기본적으로 Android 스튜디오에서는 닫는 중괄호, 따옴표 또는 괄호를 자동으로 삽입합니다.
스크린 리더를 사용할 때는 자동 삽입이 유용하지 않을 수 있습니다. 자동 삽입 옵션을 수정하려면 File > Settings > Editor > General > Smart Keys(macOS의 경우 Android Studio > Preferences > Editor > General > Smart Keys)로 이동합니다.
기본적으로 Android 스튜디오에서는 특정 키를 입력할 때 코드 완성 팝업을 자동으로 표시하며 일치하는 내용이 하나라도 발견되면 그 일치 내용을 자동 삽입합니다. 이 동작으로 인해 스크린 리더와 혼동할 수 있습니다.
코드 완성을 위한 자동 팝업 및 자동 삽입 옵션을 수정하려면 File > Settings > Editor > General > Code Completion(macOS에서는 Android Studio > Preferences > Editor > General > Code Completion)으로 이동합니다.
오류, 경고 및 코드 검사 보기
키보드를 사용하여 오류, 경고 및 코드 검사를 보고 탐색할 수 있습니다.
프로젝트 내 모든 파일의 오류 검토
Build > Make Project를 클릭하면 모든 경고 및 오류가 Messages 창에 표시됩니다.
Messages 창에서 오류를 검토하려면 다음 단축키를 사용합니다.
- Messages 창을 활성화하려면 Alt+0(macOS의 경우 Option+0)을 누릅니다.
- 모든 메시지를 탐색하려면 위쪽 및 아래쪽 화살표를 누릅니다.
또는 텍스트 편집기를 사용해 모든 오류를 보고 탐색할 수 있습니다. 편집기를 사용해 오류를 검토하려면 Control+Alt+Up/Down(macOS의 경우 Command+Option+Up/Down)을 누릅니다.
단일 파일에서 오류 및 코드 검사 검토
단일 파일에서 오류를 검토하려면 다음 단축키를 사용하세요.
- 다음 또는 이전 오류로 이동하려면 F2 또는 Shift+F2(macOS에서는 F2 또는 Shift+ F2)를 누릅니다.
- 오류 메시지가 포함된 도움말을 열려면 Control+F1(macOS의 경우 Command+F1)을 누릅니다.
오류뿐 아니라 모든 코드 검사로 이동하려면 다음 단계를 따르세요.
- File > Settings > Editor > General(macOS의 경우 Android Studio > Preferences > Editor > General)을 클릭합니다.
- 'Next error' action goes to high priority problems only를 선택 해제합니다.
탭 들여쓰기 사용
기본적으로 Android 스튜디오는 들여쓰기에 공백 문자를 사용합니다. 탭 들여쓰기를 사용하면 음성이 더 간결해지므로 스크린 리더 사용자는 탭을 선호할 수 있습니다.
탭 들여쓰기로 변경하려면 다음 단계를 따르세요.
- File > Settings > Editor > Code Style > Java > Tabs and Indents(macOS의 경우 Android Studio > Preferences > Editor > Code Style > Java > Tabs and Indents)로 이동합니다.
- Use tab character를 선택합니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-08-27(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-08-27(UTC)"],[],[],null,["This document describes accessibility features available in Android Studio,\nincluding keyboard navigation.\n\nIntelliJ IDEA updated accessibility features in release 2021.1, which is the\nbasis of Android Studio Bumblebee, so all versions of Android Studio from\nBumblebee onward also benefit from these updates. The\n[IntelliJ documentation](https://www.jetbrains.com/help/idea/2025.1/accessibility.html)\ncontains full details of accessibility features such as setting up screen\nreaders and customizing the IDE for greater accessibility.\n\nUse the keyboard\n\nYou can use keyboard shortcuts to navigate through all controls in Android\nStudio.\n\n**Note:** Some Android Studio elements are\nkeyboard-accessible only when using the object navigation feature\nof your screen reader. For help with object navigation or its equivalent, consult\nyour screen reader documentation, such as the [NVDA\nuser guide](http://www.nvaccess.org/files/nvda/documentation/userGuide.html).\n\nThis section includes useful keyboard shortcuts for navigating around\nAndroid Studio. For a complete guide to the default Android Studio keyboard\nshortcuts, read [Keyboard shortcuts](/studio/intro/keyboard-shortcuts).\n\nActivate the main menu\n\nTo open the main menu and other top-level menus, use these shortcuts:\n\n- To open the main menu, press \u003ckbd\u003eF10\u003c/kbd\u003e.\n- To open a top-level menu on a Windows machine, press \u003ckbd\u003eAlt+[\u003cem\u003emnemonic\u003c/em\u003e]\u003c/kbd\u003e. For example, to open the File menu, press \u003ckbd\u003eAlt+F\u003c/kbd\u003e.\n\nNavigate between files and tool windows\n\nTo navigate between files and tool windows, use these shortcuts:\n\n- To move to a tool window, press \u003ckbd\u003eAlt+[\u003cem\u003enumber\u003c/em\u003e]\u003c/kbd\u003e (on macOS, \u003ckbd\u003eCommand+[\u003cem\u003enumber\u003c/em\u003e]\u003c/kbd\u003e). For example, to move to the Project structure tool window, press \u003ckbd\u003eAlt+0\u003c/kbd\u003e (on macOS, \u003ckbd\u003eCommand+0\u003c/kbd\u003e).\n- To move between files and tool windows, press \u003ckbd\u003eControl+Tab\u003c/kbd\u003e (on macOS, \u003ckbd\u003eCommand+Tab\u003c/kbd\u003e). To move through all entries, keep pressing \u003ckbd\u003eControl+Tab\u003c/kbd\u003e.\n\nUse the navigation bar\n\nThe navigation bar lets you move between files in a project using the following\nshortcuts:\n\n- To activate the navigation bar, press Alt+Home (on macOS, \u003ckbd\u003eOption+Fn+Left\u003c/kbd\u003e).\n- To switch between items in the navigation hierarchy, press the left arrow or the right arrow.\n- To open a popup window displaying the contents of the current item, press the spacebar.\n\nDisable code folding\n\nBy default, the Android Studio editor folds part of the text into expandable\nregions. For example, the list of imports at the beginning of a Java source\nfile is folded into a single line containing the text \"`import ...`\".\n\nWhen using a screen reader, code folding can make navigation difficult. To\nmodify code folding options, navigate to\n**File \\\u003e Settings \\\u003e Editor \\\u003e General \\\u003e Code Folding** (on macOS,\n**Android Studio \\\u003e Preferences \\\u003e Editor \\\u003e General \\\u003e Code Folding**).\n\nDisable auto-insertion features\n\nBy default, Android Studio automatically inserts closing curly braces,\nquotes, or parentheses.\n\nWhen using a screen reader, automatic insertion might not be useful. To\nmodify automatic insertion options, navigate to\n**File \\\u003e Settings \\\u003e Editor \\\u003e General \\\u003e Smart Keys** (on macOS,\n**Android Studio \\\u003e Preferences \\\u003e Editor \\\u003e General \\\u003e Smart Keys**).\n\nDisable automatic code completion popup\n\nBy default, Android Studio automatically shows the code completion popup\nwhen certain keystrokes are typed, and if it finds only a single match,\nit auto-inserts that match. This behavior can cause confusion\nwith screen readers.\n\nTo modify auto popup and auto-insertion options for code completion, navigate to\n**File \\\u003e Settings \\\u003e Editor \\\u003e General \\\u003e Code Completion** (on macOS,\n**Android Studio \\\u003e Preferences \\\u003e Editor \\\u003e General \\\u003e Code Completion**).\n\nAccess errors, warnings, and code inspections\n\nUse your keyboard to view and navigate through errors, warnings, and code\ninspections.\n\nReview errors in all files in a project\n\nWhen you click **Build \\\u003e Make Project** , all warnings and errors appear in\nthe **Messages** window.\n\nTo review errors in the **Messages** window, use these shortcuts:\n\n- To activate the **Messages** window, press \u003ckbd\u003eAlt+0\u003c/kbd\u003e (on macOS, \u003ckbd\u003eOption+0\u003c/kbd\u003e).\n- To navigate through all messages, press the up and down arrows.\n\nAlternatively, you can use the text editor to view and navigate through all\nerrors. To use the editor to review errors, press\n\u003ckbd\u003eControl+Alt+Up/Down\u003c/kbd\u003e (on macOS,\n\u003ckbd\u003eCommand+Option+Up/Down\u003c/kbd\u003e).\n\nReview errors and code inspections in a single file\n\nTo review errors in a single file, use these shortcuts:\n\n- To go to the next or previous error, press \u003ckbd\u003eF2\u003c/kbd\u003e or \u003ckbd\u003eShift+F2\u003c/kbd\u003e (on macOS, \u003ckbd\u003eF2\u003c/kbd\u003e or \u003ckbd\u003eShift+F2\u003c/kbd\u003e).\n- To open a tooltip containing the error message, press \u003ckbd\u003eControl+F1\u003c/kbd\u003e (on macOS, \u003ckbd\u003eCommand+F1\u003c/kbd\u003e).\n\nTo navigate to all code inspections---not just errors:\n\n1. Click **File \\\u003e Settings \\\u003e Editor \\\u003e General** (on macOS, **Android Studio \\\u003e Preferences \\\u003e Editor \\\u003e General**).\n2. Deselect **'Next error' action goes to high priority problems only**.\n\nUse tab indentation\n\nBy default, Android Studio uses the space character for indentation. Screen\nreader users may prefer tab indentation because the verbalization is more\nconcise.\n\nTo change to tab indentation:\n\n1. Navigate to **File \\\u003e Settings \\\u003e Editor \\\u003e Code Style \\\u003e Java \\\u003e Tabs and Indents** (on macOS, **Android Studio \\\u003e Preferences \\\u003e Editor \\\u003e Code Style \\\u003e Java \\\u003e Tabs and Indents**).\n2. Select **Use tab character**."]]