Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 to do it just like "command/ctrl + tab" ?

like image 838
DawnYu Avatar asked Nov 14 '15 06:11

DawnYu


People also ask

How do I switch between windows of the same application on Mac?

Quickly switch between app windows On your Mac, do any of the following: Switch to the previous app: Press Command-Tab. Scroll through all open apps: Press and hold the Command key, press the Tab key, then press the Left or Right arrow key until you get to the app you want. Release the Command key.

How do you jump between screens on a Mac?

Move between spacesOn a trackpad, swipe left or right with three or four fingers. On a Magic Mouse, swipe with two fingers. Press the Control key and the Right or Left arrow key. Enter Mission Control, move the pointer to the top edge of the screen, then click a space in the Spaces bar.


1 Answers

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

like image 163
JGPhilip Avatar answered Oct 23 '22 10:10

JGPhilip