Android Studio에서 이전 캐럿 위치로 이동하는 방법
Android Studio에서 이전 캐럿 위치로 어떻게 이동할 수 있습니까? Eclipse에서 가능했습니다.
사용 Ctrl+ Alt+ Left와 Ctrl+ Alt+Right
Mac의 경우 Command+ Option+ Left및 Command+ Option+ 사용Right
이러한 키가 작동하지 않는 경우 이러한 키가 OS / 비디오 드라이버의 일부 기능에 할당되었을 수 있습니다. 운영 체제 설정 / 비디오 드라이버 설정에서 이러한 키를 사용하는 바로 가기를 비활성화하거나 변경할 수 있습니다. 다음으로 이동하여 Android Studio 자체에서 바로 가기를 할 수 있습니다.
File > Settings > Keymap > Main menu > Navigate > Back/Forward
Mac 사용자는 Android Studio로 이동하여이 대화 상자를 찾을 수 있습니다. App Menu -> Preferences
그것은이다 Alt + Ctrl + Right/Left arrow
과 마우스 버튼 4, 5 (마우스 그있는 경우). 이러한 단축키는 다음에서 변경할 수 있습니다.
File > Settings > Keymap > Main menu > Navigate > Back/Forward
.
다른 옵션 : 마지막 편집 위치로 이동 : CTRL + SHIFT + BACKSPACE
마지막 커서 위치로 이동 : CTRL + ALT + 왼쪽 화살표
Eclipse에서 오는 경우 Android Studio에서 Eclipse 스타일 키보드 매핑을 사용하도록 할 수 있습니다. 호스트 OS는 여전히 키 입력을 가로 채고 일부 키 입력이 Eclipse와 Android Studio에서 원하는대로 작동하지 않도록 할 수 있습니다. 시도해보고 싶다면 여기에서 전환 할 수 있습니다.
cmd + [및 cmd +]는 캐럿을 이전 및 다음 위치로 이동합니다.
Android Studio v3.0.1 / MacOS High Sierra 버전 10.13.3에서 확인 됨
Android Studio에서 View로 이동하여 ToolBar 옵션을 확인하십시오. 뒤로 및 앞으로 버튼이 표시됩니다.
cmd+ [및 cmd+ ]는 캐럿을 이전 및 다음 위치로 이동합니다.
Confirmed on Android Studio v2.3.3 / MacOS
For Windows/Linux : Ctrl+Alt+Left / Right
For Mac : Cmd+Alt+Left / Right
Ubuntu 19-04 (Gnome)
navigate back = alt + shift + left
navigate forwards = alt + shift + right
If you don't want to use keyboard shortcuts, goto view >> Toolbar and check it (if its unchecked) as shown below
Doing this will add two shortcuts below menu options to navigate forward and backward like shown below
In Android Studio, go to View and check the ToolBar option. It will show the Back and Forward buttons.
cmd + [ and cmd + ]
will move your caret to the previous and next positions.
Confirmed on Android Studio v2.3.3 / MacOS
Use Ctrl + Alt + Left and Ctrl + Alt + Right
For Mac, use Command + Option + Left and Command + Option + Right
If these don't work for you, it is possible that these keys are assigned for some of the functions of your OS/video drivers, you can either disable the shortcuts that are using these keys from operating system settings/video driver settings or change shortcuts from Android Studio itself by going to:
File > Settings > Keymap > Main menu > Navigate > Back/Forward
Mac users can find this dialog by going to Android Studio's: App Menu -> Preferences
For Windows/Linux : Ctrl + Alt + Left / Right
For Mac : Cmd + Alt + Left / Right
Another option : move to the last edit location: CTRL + SHIFT + BACKSPACE
Move to the last cursor position: CTRL + ALT + left Arrow
cmd + [ and cmd + ]
will move your caret to the previous and next positions.
Confirmed on Android Studio v3.0.1 / MacOS High Sierra Version 10.13.3
Ubuntu 19-04 (Gnome)
navigate back = alt + shift + left
navigate forwards = alt + shift + right
'programing' 카테고리의 다른 글
PHP에서 정규식 컴파일 (0) | 2020.12.05 |
---|---|
개인 키를로드 할 수 없습니다. (0) | 2020.12.05 |
Maven의 종속성 jar 파일 목록 (0) | 2020.12.04 |
3D 포인트 클라우드에서 표면 재구성을위한 강력한 알고리즘? (0) | 2020.12.04 |
C #을 사용하여 어떤 프로세스가 파일을 잠 갔는지 어떻게 알 수 있습니까? (0) | 2020.12.04 |