Android Studio keyboard shortcuts cheat sheet

Printable cheat sheet covering all 132 Android Studio 2025 keyboard shortcuts and hotkeys, organized by category. Export as PDF or print directly.

All shortcuts

  • Ctrl+S — Save all
  • Ctrl+Alt+Meta+Y — Synchronize
  • Ctrl+Shift+Meta+F12 — Minimize or maximize the editor
  • Shift+Alt+F — Add to favorites
  • Shift+Alt+I — Inspect the current file with the current profile
  • Ctrl+Backquote — Quick switch the scheme
  • Ctrl+Shift+Alt+Meta+S — Open the project structure dialogue
  • Ctrl+Tab — Switch between the tabs and tool window
  • Ctrl+F — Find
  • Meta+F3 — Find next
  • Shift+Meta+F3 — Find previous
  • Ctrl+R — Replace
  • Ctrl+Shift+A — Find action
  • Ctrl+Shift+Alt+Meta+N — Search by a symbol name
  • Ctrl+Meta+N — Find class
  • Ctrl+Shift+Meta+N — Find file, instead of class
  • Ctrl+Shift+F — Find in path
  • Ctrl+F12 — Open file structure pop-up
  • Ctrl+Meta+Enter — Jump to source
  • Shift+F4 — Open the current editor tab in a new window
  • Ctrl+E — Recently opened files pop-up
  • Ctrl+Shift+E — Recently edited files pop-up
  • Ctrl+Shift+Backspace — Go to last edit location
  • Ctrl+Meta+F4 — Close active editor tab
  • Escape — Return to editor window from a tool window
  • Shift+Escape — Hide active or last active tool window
  • Ctrl+G — Go to line
  • Ctrl+H — Open type hierarchy
  • Ctrl+Shift+H — Open method hierarchy
  • Ctrl+Alt+H — Open call hierarchy
  • Ctrl+Minus — Zoom out
  • Ctrl+0 — Fit to screen
  • Ctrl+Shift+1 — Actual size
  • B — Toggle between Design and Blueprint modes
  • O — Toggle between Portrait and Landscaope modes
  • D — Toggle devices
  • R — Force refresh
  • E — Toggle render errors panel
  • Delete — Delete constraints
  • Ctrl+Minus — Zoom out
  • Ctrl+0 — Zoom to fit
  • Ctrl+B — Go to XML
  • Ctrl+A — Select all components
  • Ctrl+Minus — Zoom out
  • Ctrl+0 — Zoom to fit
  • Ctrl+B — Go to XML
  • E — Toggle render errors panel
  • Ctrl+G — Group into a nested graph
  • Tab — Cycle through destinations
  • Ctrl+A — Select all destinations
  • Alt+Meta+Insert — Generate code, e.g. getters, setters, constructors, new class
  • Ctrl+O — Override methods
  • Ctrl+I — Implement methods
  • Ctrl+Alt+Meta+T — Surround with if...else, try...catch, etc
  • Ctrl+Y — Delete line at caret
  • Ctrl+Minus — Collapse the current code block
  • Ctrl+Shift+Minus — Collapse all code blocks
  • Ctrl+D — Duplicate the current line or selection
  • Ctrl+Space — Basic code completion
  • Ctrl+Shift+Space — Smart code completion, filters the list of methods and variables by expected type
  • Ctrl+Shift+Enter — Complete statement
  • Ctrl+Q — Quick documentation lookup
  • Ctrl+P — Show parameters for selected method
  • Ctrl+B — Go to declaration, directly
  • Ctrl+Alt+Meta+B — Go to implementations
  • Ctrl+U — Go to super-method or super-class
  • Ctrl+Shift+Meta+I — Open quick definition lookup
  • Alt+Meta+1 — Toggle project tool window visibility
  • F11 — Toggle bookmark
  • Ctrl+Alt+F11 — Toggle bookmark with mnemonic
  • Ctrl+Slash — Comment or uncomment with line comment
  • Ctrl+Shift+Slash — Comment or uncomment with block comment
  • Ctrl+W — Select successively increasing code blocks
  • Ctrl+Shift+W — Decrease current selection to previous state
  • Ctrl+BracketLeft — Move to code block start
  • Ctrl+BracketRight — Move to code block end
  • Ctrl+Shift+BracketLeft — Select to the code block start
  • Ctrl+Shift+BracketRight — Select to the code block end
  • Ctrl+Delete — Delete to the end of a word
  • Ctrl+Backspace — Delete to the start of a word
  • Ctrl+Alt+O — Optimize imports
  • Alt+Enter — Project quick fix, show intention actions and quick fixes
  • Ctrl+Alt+Meta+L — Reformat code
  • Ctrl+Alt+Meta+I — Auto-indent lines
  • Tab — Indent lines
  • Shift+Tab — Unindent lines
  • Ctrl+Shift+J — Smart line join
  • Ctrl+Enter — Smart line split
  • Shift+Enter — Start new line
  • F2 — Next highlighted error
  • Shift+F2 — Previous highlighted error
  • Ctrl+F9 — Build
  • Ctrl+Shift+F10 — Build and run
  • Ctrl+Meta+F10 — Apply changes and restart activity
  • Ctrl+Shift+Alt+Meta+F10 — Apply code changes
  • Ctrl+Shift+F9 — Debug
  • F8 — Step over
  • F7 — Step into
  • Shift+F7 — Smart step into
  • Shift+F8 — Step out
  • Alt+F9 — Run to cursor
  • Alt+F8 — Evaluate expression
  • F9 — Resume program
  • Ctrl+F8 — Toggle breakpoint
  • Ctrl+Shift+F8 — View breakpoints
  • F5 — Copy
  • F6 — Move
  • Alt+Meta+Delete — Safe delete
  • Shift+F6 — Rename
  • Ctrl+F6 — Change signature
  • Ctrl+Alt+Meta+N — Inline
  • Ctrl+Alt+Meta+M — Extract method
  • Ctrl+Alt+Meta+V — Extract variable
  • Ctrl+Alt+Meta+F — Extract field
  • Ctrl+Alt+Meta+C — Extract constant
  • Ctrl+Alt+Meta+P — Extract parameter
  • Ctrl+K — Commit project to VCS
  • Ctrl+T — Update project from VCS
  • Shift+Alt+C — View recent changes
  • Ctrl+Alt+Backquote — Open VCS pop-up
  • Ctrl+Shift+F12 — Maximize/minimize editor
  • Ctrl+Alt+S — Open settings dialogue
  • Ctrl+Shift+Alt+S — Open project structure dialog
  • Ctrl+Shift+Alt+N — Search by symbol name
  • Ctrl+Shift+N — Find file (instead of class)
  • Alt+ArrowRight — Navigate between open editor tabs
  • Ctrl+Equal — Zoom in/out
  • Space — Pan
  • Alt+Insert — Generate code (getters, setters, constructors, hashCode/equals, toString, new file, new class)
  • Ctrl+Alt+T — Surround with (if...else / try...catch / etc.)
  • Ctrl+Shift+Equal — Collapse/expand all code blocks
  • Alt+Backquote — Open VCS popup

Other Code & Text apps

  • Alacritty shortcuts
  • Arduino IDE shortcuts
  • Bitbucket shortcuts
  • Chrome Developer Tools shortcuts
  • CLion shortcuts
  • Code Editor for iOS shortcuts
  • Cursor shortcuts
  • DataGrip shortcuts
  • Docker Desktop shortcuts
  • Eclipse shortcuts

Related pages

  • Android Studio shortcuts
  • Android Studio cheat sheet
  • Learn Android Studio shortcuts
  • All Code & Text apps