2

So I want to reach to that view directly with one shortcut. To reach this I had to use CMD + tab then down arrow to android studio program to show me all opened projects so I can select which one. Is there a direct option to reach this directly? I know this option for CMD + ` to switch between same app windows but It doesn't work good for me I need overview first like this one to see clearly the opened projects and select.

MAC OS android studio

1 Answers1

7

While the focus is in any windows of the app, press Ctrl + down arrow, and it will show all open windows of the app. You won't see the minimized windows, though.

  • Thank you!. That is what I was looking for. But Is there is a way to change the key that does that option? Instead of CTRL + down I make it. CMD + shift for example? – Ahmed Abdeen Mar 06 '22 at 14:23
  • 1
    You are welcome. Yes, you can change it: Just go to System Preferences -> Keyboard -> Shortcuts and under "Mission Control", change the key assignment of "Application windows" by clicking on the key assignment and then pressing on your new key combination. But I think you can't assign cmd + shift only. You also need to add a key, since both cmd and shift are only modifier keys. By the way, if your computer has a trackpad, dragging down with three fingers also should do the same thing. – Alper Kocatas Mar 06 '22 at 16:44
  • I just did it. Thank you so much for your help, Alper. – Ahmed Abdeen Mar 06 '22 at 18:36