In Mac how to switch between the projects' window in AndroidStudio?

后端 未结 7 883
抹茶落季
抹茶落季 2021-01-08 01:12

My OS is Mac.

I have opened several projects in AndroidStudio, sometimes I wanted to switch between the projects to choose a project. Is there any keyboard shortcuts

相关标签:
7条回答
  • 2021-01-08 01:32

    I'm not familiar with the Mac version of Android Studio, but the standard key combo for switching between windows within an app on the Mac is cmd-` (cmd-backtick) unless the app maps that to something else.

    0 讨论(0)
  • 2021-01-08 01:35

    Use Cmd + ` (Cmd + Backtick). It switches between all the projects that are open on Android Studio.

    0 讨论(0)
  • 2021-01-08 01:37

    Sometimes it doesn't work because of conflicts with other shortcuts. Go to the menu "Android Studio" -> "Preferences", choose "Keymap". And, use the search field for quick access. For example, I made Ctrl+Shift+` shortcut, which is easy to use with one hand.

    0 讨论(0)
  • 2021-01-08 01:46

    For AS 3.5.3 and after, open Window menu and look for Next Project Window or Previous Project Window options. They have the shortcut combinations next to them.

    Precisely:

    Next Project `

    Previous Project `

    0 讨论(0)
  • 2021-01-08 01:47

    On a MacBook Pro keyboard getting the backtick requires pressing Shift so stock shortcut doesn't work (Studio 3).

    But you can remap it to use the 'tick' instead : ´ So it becomes ⌘ + ´ for next project and ⌘ + shift + ´ for previous project (equivalent of ⌘ + `)

    That is probably what the designer had in mind. A forward tilted tick to indicate a forward navigation and the backtick symbolizing "backwards".

    See Android Studio -> Preferences -> Keymap -> Main Menu -> Window

    0 讨论(0)
  • 2021-01-08 01:51

    ⌘` is the default shortcut. But since I have Android Studio 3 installed it doesn't work anymore. I solved this by replacing it through ⌘^ which is the same key combination.

    0 讨论(0)
提交回复
热议问题