Code Editors & IDEs

Android Studio Keyboard Shortcuts

We collected 127 keyboard shortcuts for Android Studio so you can build android apps faster

Android Studio keyboard shortcuts

Android Studio is a code editors & IDEs tool from Google that enables users to build android apps. It is trusted by creative and technical professionals worldwide.

Knowing the right keyboard shortcuts turns Android Studio into a faster, more responsive tool. It is one of the simplest upgrades to any workflow.

macOS Windows Linux
127 shortcuts 10 categories
Visit Android Studio Official Website
Show shortcuts for:

Tool windows 7 shortcuts

Open Project
Cmd +1 Alt +1 Alt +1
Open Version Control
Cmd +9 Alt +9 Alt +9
Run
Ctrl +R Shift +F10 Shift +F10
Debug
Ctrl +D Shift +F9 Shift +F9
Logcat
Cmd +6 Alt +6 Alt +6
Return to Editor
Esc Esc Esc
Hide All Tool Windows
Shift +Cmd +F12 Ctrl +Shift +F12 Ctrl +Shift +F12

Code completion 4 shortcuts

Basic Completion
Ctrl +Space Ctrl +Space Ctrl +Space
Smart Completion
Ctrl +Shift +Space Ctrl +Shift +Space Ctrl +Shift +Space
Statement Completion
Shift +Cmd +Enter Ctrl +Shift +Enter Ctrl +Shift +Enter
Quick fixes and intention actions
Opt +Enter Alt +Enter Alt +Enter

Navigation 6 shortcuts

Recent Files
Cmd +E Ctrl +E Ctrl +E
File Structure
Cmd +F12 Ctrl +F12 Ctrl +F12
Navigate to Class
Cmd +O Ctrl +N Ctrl +N
Navigate to File
Shift +Cmd +O Ctrl +Shift +N Ctrl +Shift +N
Navigate to Symbol
Opt +Cmd +O Ctrl +Alt +Shift +N Ctrl +Alt +Shift +N
Find Usages
Opt +F7 Alt +F7 Alt +F7

General actions 9 shortcuts

Save all
Cmd +S Ctrl +S Ctrl +S
Synchronize
Opt +Cmd +Y Ctrl +Alt +Y Ctrl +Alt +Y
Maximize/minimize editor
Ctrl +Cmd +F12 Ctrl +Shift +F12 Ctrl +Shift +F12
Add to favorites
Opt +Shift +F Alt +Shift +F Alt +Shift +F
Inspect current file with current profile
Opt +Shift +I Alt +Shift +I Alt +Shift +I
Quick switch scheme
Ctrl +` Ctrl +` Ctrl +`
Open settings dialog
Cmd +, Ctrl +Alt +S Ctrl +Alt +S
Open project structure dialog
Cmd +; Ctrl +Alt +Shift +S Ctrl +Alt +Shift +S
Switch between tabs and tool window
Ctrl +Tab Ctrl +Tab Ctrl +Tab

Navigate and search within Android Studio 26 shortcuts

Search everything (including code and menus)
Shift Shift Shift
Find
Cmd +F Ctrl +F Ctrl +F
Find next
Cmd +G F3 F3
Find previous
Shift +Cmd +G Shift +F3 Shift +F3
Replace
Cmd +R Ctrl +R Ctrl +R
Find action
Shift +Cmd +A Ctrl +Shift +A Ctrl +Shift +A
Search by symbol name
Opt +Cmd +O Ctrl +Alt +Shift +N Ctrl +Alt +Shift +N
Find class
Cmd +O Ctrl +N Ctrl +N
Find file (instead of class)
Shift +Cmd +O Ctrl +Shift +N Ctrl +Shift +N
Find in path
Shift +Cmd +F Ctrl +Shift +F Ctrl +Shift +F
Open file structure dialog
Cmd +F12 Ctrl +F12 Ctrl +F12
Navigate between open editor tabs
Ctrl +Right Alt +Right Alt +Right
Navigate between open editor tabs
Ctrl +Left Alt +Left Alt +Left
Jump to source
F4 F4 F4
Jump to source
Cmd +Down Ctrl +Enter Ctrl +Enter
Open current editor tab in new window
Shift +F4 Shift +F4 Shift +F4
Recently opened files dialog
Cmd +E Ctrl +E Ctrl +E
Recently edited files dialog
Shift +Cmd +E Ctrl +Shift +E Ctrl +Shift +E
Go to last edit location
Shift +Cmd +Delete Ctrl +Shift +Backspace Ctrl +Shift +Backspace
Close active editor tab
Cmd +W Ctrl +F4 Ctrl +F4
Return to editor window from a tool window
Esc Esc Esc
Hide active or last active tool window
Shift +Esc Shift +Esc Shift +Esc
Go to line
Cmd +L Ctrl +G Ctrl +G
Open type hierarchy
Ctrl +H Ctrl +H Ctrl +H
Open method hierarchy
Shift +Cmd +H Ctrl +Shift +H Ctrl +Shift +H
Open call hierarchy
Ctrl +Opt +H Ctrl +Alt +H Ctrl +Alt +H

View layouts 4 shortcuts

Zoom in
Cmd ++ Ctrl ++ Ctrl ++
Zoom out
Cmd +- Ctrl +- Ctrl +-
Zoom to fit
Cmd +0 Ctrl +0 Ctrl +0
Actual size
Shift +Cmd +1 Ctrl +Shift +1 Ctrl +Shift +1

Design tools: Layout Editor 14 shortcuts

Toggle between Design and Blueprint modes
B B B
Toggle between Portrait and Landscape modes
O O O
Toggle devices
D D D
Force refresh
R R R
Toggle render errors panel
E E E
Delete constraints
Delete Delete Delete
Delete constraints / Select multiple components
Cmd +Click Ctrl +Click Ctrl +Click
Zoom in
Cmd ++ Ctrl ++ Ctrl ++
Zoom out
Cmd +- Ctrl +- Ctrl +-
Zoom to fit
Cmd +0 Ctrl +0 Ctrl +0
Pan
Space +click and drag Space +click and drag Space +click and drag
Go to XML
Cmd +B Ctrl +B Ctrl +B
Select all components
Cmd +A Ctrl +A Ctrl +A
Select multiple components
Shift +Click Shift +Click Shift +Click
The BuildBox Macropad Puts Keyboard Shortcuts at Your Fingertips! Learn More

Design tools: Navigation Editor 12 shortcuts

Zoom in
Cmd ++ Ctrl ++ Ctrl ++
Zoom out
Cmd +- Ctrl +- Ctrl +-
Zoom to fit
Cmd +0 Ctrl +0 Ctrl +0
Pan
Space +click and drag Space +click and drag Space +click and drag
Go to XML
Cmd +B Ctrl +B Ctrl +B
Toggle render errors panel
E E E
Group into nested graph
Cmd +G Ctrl +G Ctrl +G
Cycle through destinations
Tab Tab Tab
Cycle through destinations
Shift +Tab Shift +Tab Shift +Tab
Select all destinations
Cmd +A Ctrl +A Ctrl +A
Select multiple destinations
Shift +Click Shift +Click Shift +Click
Select multiple destinations
Cmd +Click Ctrl +Click Ctrl +Click

Write code 44 shortcuts

Generate code (getters, setters, constructors, hashCode/equals, toString, new file, new class)
Cmd +N Alt +Insert Alt +Insert
Override methods
Ctrl +O Ctrl +O Ctrl +O
Implement methods
Ctrl +O Ctrl +I Ctrl +I
Surround with (if...else, try...catch, etc.)
Opt +Cmd +T Ctrl +Alt +T Ctrl +Alt +T
Delete line at caret
Cmd +Delete Ctrl +Y Ctrl +Y
Collapse/expand current code block
Cmd +- Ctrl +- Ctrl +-
Collapse/expand current code block
Cmd ++ Ctrl ++ Ctrl ++
Collapse/expand all code blocks
Shift +Cmd +- Ctrl +Shift +- Ctrl +Shift +-
Collapse/expand all code blocks
Shift +Cmd ++ Ctrl +Shift ++ Ctrl +Shift ++
Duplicate current line or selection
Cmd +D Ctrl +D Ctrl +D
Basic code completion
Ctrl +Space Ctrl +Space Ctrl +Space
Smart code completion (filters the list of methods and variables by expected type)
Ctrl +Shift +Space Ctrl +Shift +Space Ctrl +Shift +Space
Complete statement
Shift +Cmd +Enter Ctrl +Shift +Enter Ctrl +Shift +Enter
Quick documentation lookup
Ctrl +J Ctrl +Q Ctrl +Q
Show parameters for selected method
Cmd +P Ctrl +P Ctrl +P
Go to declaration (directly)
Cmd +B Ctrl +B Ctrl +B
Go to declaration (directly)
Cmd +Click Ctrl +Click Ctrl +Click
Go to implementations
Opt +Cmd +B Ctrl +Alt +B Ctrl +Alt +B
Go to supermethod/superclass
Cmd +U Ctrl +U Ctrl +U
Open quick definition lookup
Cmd +Y Ctrl +Shift +I Ctrl +Shift +I
Toggle project tool window visibility
Cmd +1 Alt +1 Alt +1
Toggle bookmark
F3 F11 F11
Toggle bookmark with mnemonic
Opt +F3 Ctrl +F11 Ctrl +F11
Comment/uncomment with line comment
Cmd +/ Ctrl +/ Ctrl +/
Comment/uncomment with block comment
Shift +Cmd +/ Ctrl +Shift +/ Ctrl +Shift +/
Select successively increasing code blocks
Opt +Up Ctrl +W Ctrl +W
Decrease current selection to previous state
Opt +Down Ctrl +Shift +W Ctrl +Shift +W
Move to code block start
Opt +Cmd +[ Ctrl +[ Ctrl +[
Move to code block end
Opt +Cmd +] Ctrl +] Ctrl +]
Select to the code block start
Opt +Shift +Cmd +[ Ctrl +Shift +[ Ctrl +Shift +[
Select to the code block end
Opt +Shift +Cmd +] Ctrl +Shift +] Ctrl +Shift +]
Delete to end of word
Opt +Delete Ctrl +Delete Ctrl +Delete
Delete to start of word
Opt +Delete Ctrl +Backspace Ctrl +Backspace
Optimize imports
Ctrl +Opt +O Ctrl +Alt +O Ctrl +Alt +O
Project quick fix (show intention actions and quick fixes)
Opt +Enter Alt +Enter Alt +Enter
Reformat code
Opt +Cmd +L Ctrl +Alt +L Ctrl +Alt +L
Auto-indent lines
Ctrl +Opt +I Ctrl +Alt +I Ctrl +Alt +I
Indent/unindent lines
Tab Tab Tab
Indent/unindent lines
Shift +Tab Shift +Tab Shift +Tab
Smart line join
Ctrl +Shift +J Ctrl +Shift +J Ctrl +Shift +J
Smart line split
Cmd +Enter Ctrl +Enter Ctrl +Enter
Start new line
Shift +Enter Shift +Enter Shift +Enter
Next/previous highlighted error
F2 F2 F2
Next/previous highlighted error
Shift +F2 Shift +F2 Shift +F2

File Menu 1 shortcut

Open Keymap Settings
Cmd +, N/A N/A
BuildBox Macropad

We've Built 10s Of 1000s Of Keyboard Shortcuts Into The BuildBox Macropad

The BuildBox Macropad is the ultimate shortcut machine. One device with up to 160 configurable shortcuts for apps like Android Studio available at your fingertips, a crystal clear display showing what every key does, and a hall-effect scroll wheel for scrubbing through video, audio and graphic editing applications like butter!

Drop your email below to be eligible for our first production run of 500 BuildBox units, at a HUGE discount price:

Keyboard Shortcuts for Similar Applications