Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio, shortcut to launch terminal

I can launch Android Monitor using Alt + 6, or Messages Panel using Alt+0, but there's no such code labeled on the Terminal panel or the Gradle Tasks panel.

My laptop has a small screen and I keep the Tool Buttons hidden to save screen space. I would really like to know the shortcut keys (if any) or any method to make custom shortcut keys since I use both the panels very often and using the mouse every time is irritating.

I have gone many lists of shortcut keys available but failed to find one.

like image 992
Abhishek Avatar asked Jun 18 '16 17:06

Abhishek


People also ask

How do I open the Android Studio terminal?

To launch Android Studio, open a terminal, navigate to the android-studio/bin/ directory, and execute studio.sh . Select whether you want to import your previous Android Studio settings or not, then click OK.

What is the shortcut key to start in terminal?

Press the Ctrl + Alt + W hotkey to open Windows Terminal.

How do I switch tabs in Android Studio?

Move between Tabs(Alt+left/right arrow keys): If you have tabs activated in Android Studio then you can use Alt+left/right arrow keys to move between them. This shortcut works for any window that have tabs in Android Studio.


1 Answers

From Android Studio:
open Preferences > Keymap > type "terminal" > assign the shortcut that you want.

like image 118
Juan Cruz Soler Avatar answered Oct 24 '22 19:10

Juan Cruz Soler