Skip to content

Instantly share code, notes, and snippets.

@rcgonzalezf
Created April 9, 2024 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rcgonzalezf/1750400115e063a29854c559a6bd9a25 to your computer and use it in GitHub Desktop.
Save rcgonzalezf/1750400115e063a29854c559a6bd9a25 to your computer and use it in GitHub Desktop.
Useful Android shortcuts for Mac

I haven't build muscle memory for the following shortcuts, I'll add them here for an easy reference.

  1. SHIFT + CMD + F12 -> Get rids of everything, cleans your AS UI.
  2. SHIFT + CMD + (, ) -> Stretch to left or Strech to right.
  3. ALT + ↑ -> Expand selection.
  4. SHIFT + CMD + B -> Clipboard history.
  5. ALT + SHIFT + (,) -> Moving text (not Cut & Paste).
  6. SHIFT + CMD +T -> Refactor.
  7. ALT + CMD + O -> Go to Symbol.
  8. SHIFT + CMD + O -> Go to File.

All of the previous shortcuts and more are included in the following Live Demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment