programing

Android Studio에서 이전 캐럿 위치로 이동하는 방법

nasanasas 2020. 12. 4. 08:25
반응형

Android Studio에서 이전 캐럿 위치로 이동하는 방법


Android Studio에서 이전 캐럿 위치로 어떻게 이동할 수 있습니까? Eclipse에서 가능했습니다.


사용 Ctrl+ Alt+ LeftCtrl+ Alt+Right

Mac의 경우 Command+ Option+ LeftCommand+ Option+ 사용Right

이러한 키가 작동하지 않는 경우 이러한 키가 OS / 비디오 드라이버의 일부 기능에 할당되었을 수 있습니다. 운영 체제 설정 / 비디오 드라이버 설정에서 이러한 키를 사용하는 바로 가기를 비활성화하거나 변경할 수 있습니다. 다음으로 이동하여 Android Studio 자체에서 바로 가기를 할 수 있습니다.

File > Settings > Keymap > Main menu > Navigate > Back/Forward

이전 캐럿 위치로 이동 Android Studio

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

Source

참고 URL : https://stackoverflow.com/questions/29058323/how-to-move-to-previous-caret-position-in-android-studio

반응형