Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the Android Studio keyboard shortcut for Package Explorer?

I've tried googling, and so far the closest answer is this one: Android Studio is driving me nuts

However, it's not really a keyboard shortcut, and besides, the "Project Pane" isn't always visible. (If anyone knows how to make it permanently visible, please tell me.)

What I do is search "Project" on the quick search bar, click on it to make it appear, and then switch to Package Explorer.

like image 394
lemuel Avatar asked Apr 19 '14 11:04

lemuel


People also ask

Which is keyboard short cut for auto format code in Android Studio?

After opening the file we have to simply press the shortcut key as Ctrl+Alt+L to reformat the code in your file. With this key, the code in your file will be rearranged according to the code standards.

How do I redo in Android Studio?

It is simple and default: ( CTRL + Z ) This is for undo. Just press ( CTRL + SHIFT + Z ) for redo.


1 Answers

Alt+1 toggles the pane in question - not sure though if there is a short cut to toggle between project and packages there

like image 116
ligi Avatar answered Oct 15 '22 11:10

ligi