Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andrewclam1991/57b19c0f9e82c0a35a67c04eb3ea17dc to your computer and use it in GitHub Desktop.
Save andrewclam1991/57b19c0f9e82c0a35a67c04eb3ea17dc to your computer and use it in GitHub Desktop.

Revisions

  1. @stkent stkent revised this gist Apr 1, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -20,7 +20,7 @@ Learn these shortcuts right away.
    | Description | Shortcut |
    |:----------------------------------------------------------------------------------------|:--------------------:|
    | Display list of available auto-fixes for code warning/error at cursor | Option-Enter |
    | Go to the declaration of the variable/method/class at cursor | Option-B |
    | Go to the declaration of the variable/method/class at cursor | Command-B |
    | Rename **all** copies of the variable/method/class at cursor | Shift-F6 |
    | List **all** usages of the variable/method/class at cursor | Command-Option-F7 |
    | Generate code (incl. getters, setters, constructors, method overrides) | Command-N |
  2. @stkent stkent revised this gist Jan 26, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -64,3 +64,4 @@ Check these shortcuts out if you are bored. *To use 'navigate through open tabs'
    | Collapse all code blocks / Expand all code blocks | ⌘⇧+, ⌘⇧- |
    | Insert new line below current cursor position | Shift-Enter |
    | Complete statement (add braces, parentheses, semi-colon) | Command-Shift-Enter |
    | Toggle scheme | Control-` |
  3. @stkent stkent revised this gist Jan 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -21,7 +21,7 @@ Learn these shortcuts right away.
    |:----------------------------------------------------------------------------------------|:--------------------:|
    | Display list of available auto-fixes for code warning/error at cursor | Option-Enter |
    | Go to the declaration of the variable/method/class at cursor | Option-B |
    | Rename **all** copies of the variable/method/class at cursor | Command-F6 |
    | Rename **all** copies of the variable/method/class at cursor | Shift-F6 |
    | List **all** usages of the variable/method/class at cursor | Command-Option-F7 |
    | Generate code (incl. getters, setters, constructors, method overrides) | Command-N |
    | Search for and open any file by name (filters as you type) | Command-Shift-O |
  4. @stkent stkent revised this gist Jan 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -63,4 +63,4 @@ Check these shortcuts out if you are bored. *To use 'navigate through open tabs'
    | View full refactor menu | Control-T |
    | Collapse all code blocks / Expand all code blocks | ⌘⇧+, ⌘⇧- |
    | Insert new line below current cursor position | Shift-Enter |
    | Complete statement (add braces, parentheses, semi-colon | Command-Shift-Enter |
    | Complete statement (add braces, parentheses, semi-colon) | Command-Shift-Enter |
  5. @stkent stkent revised this gist Jan 12, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -57,7 +57,7 @@ Check these shortcuts out if you are bored. *To use 'navigate through open tabs'
    | Show class structure in pop-up | Command-F12 |
    | List recently viewed files in pop-up | Command-E |
    | List recently edited files in pop-up | Command-Shift-E |
    | View code heirarchy for symbol in pop-up | Control-Option-H |
    | View code hierarchy for symbol in pop-up | Control-Option-H |
    | Move code block at cursor up/down | ⌘-⇧-up arrow, ⌘-⇧-down arrow |
    | Navigate through open tabs | ⌃-left arrow, ⌃-right arrow |
    | View full refactor menu | Control-T |
  6. @stkent stkent revised this gist Jan 6, 2015. 1 changed file with 4 additions and 3 deletions.
    7 changes: 4 additions & 3 deletions android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -54,9 +54,10 @@ Check these shortcuts out if you are bored. *To use 'navigate through open tabs'
    | Format code to conform to Android Studio's default style | Command-Option-L |
    | List implementations/overrides of class/interface/method at cursor | Command-Option-B |
    | Search for and go to any symbol (incl. variables and methods) | Command-Option-O |
    | List recently viewed files | Command-E |
    | List recently edited files | Command-Shift-E |
    | View code heirarchy for symbol | Control-H |
    | Show class structure in pop-up | Command-F12 |
    | List recently viewed files in pop-up | Command-E |
    | List recently edited files in pop-up | Command-Shift-E |
    | View code heirarchy for symbol in pop-up | Control-Option-H |
    | Move code block at cursor up/down | ⌘-⇧-up arrow, ⌘-⇧-down arrow |
    | Navigate through open tabs | ⌃-left arrow, ⌃-right arrow |
    | View full refactor menu | Control-T |
  7. @stkent stkent revised this gist Jan 6, 2015. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -33,6 +33,7 @@ Learn these shortcuts once you have the essential shortcuts nailed.

    | Description | Shortcut |
    |:----------------------------------------------------------------------------------------|:--------------------:|
    | View javadoc of symbol at cursor in pop-up | F1 |
    | View definition of method at cursor in pop-up | Command-Y |
    | Skip back/forward through cursor position history | Command-[, Command-] |
    | Search for and list **any** occurrences of text | Command-Shift-F |
    @@ -49,13 +50,16 @@ Check these shortcuts out if you are bored. *To use 'navigate through open tabs'
    | Description | Shortcut |
    |:--------------------------------------------------------------------------------|:-------------------------------:|
    | Go to given line number in current file | Command-L |
    | Duplicate current line | Command-D |
    | Format code to conform to Android Studio's default style | Command-Option-L |
    | List implementations/overrides of class/interface/method at cursor | Command-Option-B |
    | Search for and go to any symbol (incl. variables and methods) | Command-Option-O |
    | Show recently edited files | Command-Shift-E |
    | List recently viewed files | Command-E |
    | List recently edited files | Command-Shift-E |
    | View code heirarchy for symbol | Control-H |
    | Move code block at cursor up/down | ⌘-⇧-up arrow, ⌘-⇧-down arrow |
    | Navigate through open tabs | ⌃-left arrow, ⌃-right arrow |
    | View full refactor menu | Control-T |
    | Collapse all code blocks / Expand all code blocks | ⌘⇧+, ⌘⇧- |
    | Insert new line below current cursor position | Shift-Enter |
    | Complete statement (add braces, parentheses, semi-colon | Command-Shift-Enter |
  8. @stkent stkent revised this gist Oct 20, 2014. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -33,6 +33,7 @@ Learn these shortcuts once you have the essential shortcuts nailed.

    | Description | Shortcut |
    |:----------------------------------------------------------------------------------------|:--------------------:|
    | View definition of method at cursor in pop-up | Command-Y |
    | Skip back/forward through cursor position history | Command-[, Command-] |
    | Search for and list **any** occurrences of text | Command-Shift-F |
    | Go to next highlighted error in current file | F2 |
  9. @stkent stkent revised this gist Oct 20, 2014. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -50,13 +50,11 @@ Check these shortcuts out if you are bored. *To use 'navigate through open tabs'
    | Go to given line number in current file | Command-L |
    | Format code to conform to Android Studio's default style | Command-Option-L |
    | List implementations/overrides of class/interface/method at cursor | Command-Option-B |
    | Go to previous edit cursor location | Command-Shift-Backspace |
    | Search for and go to any symbol (incl. variables and methods) | Command-Option-O |
    | Show recently edited files | Command-Shift-E |
    | View code heirarchy for symbol | Control-H |
    | Move code block at cursor up/down | ⌘-⇧-up arrow, ⌘-⇧-down arrow |
    | Navigate through open tabs | ⌃-left arrow, ⌃-right arrow |
    | View full refactor menu | Control-T |
    | Collapse all code blocks / Expand all code blocks | ⌘⇧+, ⌘⇧- |
    | Debug | Control-D |
    | Insert new line below current cursor position | Shift-Enter |
  10. @stkent stkent revised this gist Oct 20, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -22,7 +22,7 @@ Learn these shortcuts right away.
    | Display list of available auto-fixes for code warning/error at cursor | Option-Enter |
    | Go to the declaration of the variable/method/class at cursor | Option-B |
    | Rename **all** copies of the variable/method/class at cursor | Command-F6 |
    | List **all** usages of the variable/method/class at cursor | Option-F7 |
    | List **all** usages of the variable/method/class at cursor | Command-Option-F7 |
    | Generate code (incl. getters, setters, constructors, method overrides) | Command-N |
    | Search for and open any file by name (filters as you type) | Command-Shift-O |
    | Find text in the current file (Enter = cycle through results, Esc. = cancel) | Command-F |
  11. @stkent stkent revised this gist Oct 20, 2014. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -60,4 +60,3 @@ Check these shortcuts out if you are bored. *To use 'navigate through open tabs'
    | Collapse all code blocks / Expand all code blocks | ⌘⇧+, ⌘⇧- |
    | Debug | Control-D |
    | Insert new line below current cursor position | Shift-Enter |
    | Surround with a try-catch block | Command-Option-T |
  12. r7hitbugs revised this gist Jul 30, 2014. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -47,6 +47,7 @@ Check these shortcuts out if you are bored. *To use 'navigate through open tabs'

    | Description | Shortcut |
    |:--------------------------------------------------------------------------------|:-------------------------------:|
    | Go to given line number in current file | Command-L |
    | Format code to conform to Android Studio's default style | Command-Option-L |
    | List implementations/overrides of class/interface/method at cursor | Command-Option-B |
    | Go to previous edit cursor location | Command-Shift-Backspace |
  13. r7hitbugs revised this gist Jul 30, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -33,7 +33,7 @@ Learn these shortcuts once you have the essential shortcuts nailed.

    | Description | Shortcut |
    |:----------------------------------------------------------------------------------------|:--------------------:|
    | Format code to conform to Android Studio's default style | Command-Option-L |
    | Skip back/forward through cursor position history | Command-[, Command-] |
    | Search for and list **any** occurrences of text | Command-Shift-F |
    | Go to next highlighted error in current file | F2 |
    | Run | Control-R |
    @@ -47,8 +47,8 @@ Check these shortcuts out if you are bored. *To use 'navigate through open tabs'

    | Description | Shortcut |
    |:--------------------------------------------------------------------------------|:-------------------------------:|
    | Format code to conform to Android Studio's default style | Command-Option-L |
    | List implementations/overrides of class/interface/method at cursor | Command-Option-B |
    | Skip back/forward through cursor position history | Command-[, Command-] |
    | Go to previous edit cursor location | Command-Shift-Backspace |
    | Search for and go to any symbol (incl. variables and methods) | Command-Option-O |
    | Show recently edited files | Command-Shift-E |
  14. r7hitbugs revised this gist Jul 29, 2014. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -56,8 +56,7 @@ Check these shortcuts out if you are bored. *To use 'navigate through open tabs'
    | Move code block at cursor up/down | ⌘-⇧-up arrow, ⌘-⇧-down arrow |
    | Navigate through open tabs | ⌃-left arrow, ⌃-right arrow |
    | View full refactor menu | Control-T |
    | Collapse code block / Expand code block | ⌘+, ⌘- |
    | Collapse all / Expand all | ⌘⇧+, ⌘⇧- |
    | Collapse all code blocks / Expand all code blocks | ⌘⇧+, ⌘⇧- |
    | Debug | Control-D |
    | Insert new line below current cursor position | Shift-Enter |
    | Surround with a try-catch block | Command-Option-T |
  15. r7hitbugs revised this gist Jul 29, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -48,7 +48,7 @@ Check these shortcuts out if you are bored. *To use 'navigate through open tabs'
    | Description | Shortcut |
    |:--------------------------------------------------------------------------------|:-------------------------------:|
    | List implementations/overrides of class/interface/method at cursor | Command-Option-B |
    | Skip back/forward through cursor position history | ⌘-⌥-left arrow, ⌘-⌥-right arrow |
    | Skip back/forward through cursor position history | Command-[, Command-] |
    | Go to previous edit cursor location | Command-Shift-Backspace |
    | Search for and go to any symbol (incl. variables and methods) | Command-Option-O |
    | Show recently edited files | Command-Shift-E |
  16. r7hitbugs revised this gist Jul 17, 2014. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -55,6 +55,7 @@ Check these shortcuts out if you are bored. *To use 'navigate through open tabs'
    | View code heirarchy for symbol | Control-H |
    | Move code block at cursor up/down | ⌘-⇧-up arrow, ⌘-⇧-down arrow |
    | Navigate through open tabs | ⌃-left arrow, ⌃-right arrow |
    | View full refactor menu | Control-T |
    | Collapse code block / Expand code block | ⌘+, ⌘- |
    | Collapse all / Expand all | ⌘⇧+, ⌘⇧- |
    | Debug | Control-D |
  17. r7hitbugs revised this gist Jul 17, 2014. 1 changed file with 7 additions and 7 deletions.
    14 changes: 7 additions & 7 deletions android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -19,27 +19,27 @@ Learn these shortcuts right away.

    | Description | Shortcut |
    |:----------------------------------------------------------------------------------------|:--------------------:|
    | Display list of available auto-fixes for code warning/error at cursor | Option-Enter |
    | Go to the declaration of the variable/method/class at cursor | Option-B |
    | Rename **all** copies of the variable/method/class at cursor | Command-F6 |
    | List **all** usages of the variable/method/class at cursor | Option-F7 |
    | Find text in the current file (Enter = cycle through results, Esc. = cancel) | Command-F |
    | Search for and open any file by name (filters as you type) | Command-Shift-O |
    | Go to the declaration of the variable/method/class at cursor | Option-B |
    | Display list of available auto-fixes for code warning/error at cursor | Option-Enter |
    | Generate code (incl. getters, setters, constructors, method overrides) | Command-N |
    | Search for and open any file by name (filters as you type) | Command-Shift-O |
    | Find text in the current file (Enter = cycle through results, Esc. = cancel) | Command-F |

    ### Frequently Useful Shortcuts:

    Learn these shortcuts once you have the essential shortcuts nailed.

    | Description | Shortcut |
    |:----------------------------------------------------------------------------------------|:--------------------:|
    | Format code to conform to Android Studio's default style | Command-Option-L |
    | Search for and list **any** occurrences of text | Command-Shift-F |
    | Find and replace in current file | Command-R |
    | Go to next highlighted error in current file | F2 |
    | Run | Control-R |
    | Show available parameters for current method (must be inside parentheses) | Command-P |
    | Comment/Uncomment all selected lines (also works in xml files) | Command-/ |
    | Format code to conform to Android Studio's default style | Command-Option-L |
    | Show available parameters for current method (must be inside parentheses) | Command-P |
    | Find and replace in current file | Command-R |

    ### Shortcuts For Wizards:

  18. r7hitbugs revised this gist Jul 17, 2014. 1 changed file with 8 additions and 8 deletions.
    16 changes: 8 additions & 8 deletions android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -47,16 +47,16 @@ Check these shortcuts out if you are bored. *To use 'navigate through open tabs'

    | Description | Shortcut |
    |:--------------------------------------------------------------------------------|:-------------------------------:|
    | List implementations/overrides of class/interface/method at cursor | Command-Option-B |
    | Surround with a try-catch block | Command-Option-T |
    | Collapse code block / Expand code block | ⌘+, ⌘- |
    | Collapse all / Expand all | ⌘⇧+, ⌘⇧- |
    | Debug | Control-D |
    | Search for and go to any symbol (incl. variables and methods) | Command-Option-O |
    | List implementations/overrides of class/interface/method at cursor | Command-Option-B |
    | Skip back/forward through cursor position history | ⌘-⌥-left arrow, ⌘-⌥-right arrow |
    | Go to previous edit cursor location | Command-Shift-Backspace |
    | Search for and go to any symbol (incl. variables and methods) | Command-Option-O |
    | Show recently edited files | Command-Shift-E |
    | View code heirarchy for symbol | Control-H |
    | Insert new line below current cursor position | Shift-Enter |
    | Move code block at cursor up/down | ⌘-⇧-up arrow, ⌘-⇧-down arrow |
    | Navigate through open tabs | ⌃-left arrow, ⌃-right arrow |
    | Navigate through open tabs | ⌃-left arrow, ⌃-right arrow |
    | Collapse code block / Expand code block | ⌘+, ⌘- |
    | Collapse all / Expand all | ⌘⇧+, ⌘⇧- |
    | Debug | Control-D |
    | Insert new line below current cursor position | Shift-Enter |
    | Surround with a try-catch block | Command-Option-T |
  19. r7hitbugs revised this gist Jul 17, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -47,7 +47,7 @@ Check these shortcuts out if you are bored. *To use 'navigate through open tabs'

    | Description | Shortcut |
    |:--------------------------------------------------------------------------------|:-------------------------------:|
    | List implementations/overrides of the class/interface/method at cursor | Command-Option-B |
    | List implementations/overrides of class/interface/method at cursor | Command-Option-B |
    | Surround with a try-catch block | Command-Option-T |
    | Collapse code block / Expand code block | ⌘+, ⌘- |
    | Collapse all / Expand all | ⌘⇧+, ⌘⇧- |
  20. r7hitbugs revised this gist Jul 17, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -47,7 +47,7 @@ Check these shortcuts out if you are bored. *To use 'navigate through open tabs'

    | Description | Shortcut |
    |:--------------------------------------------------------------------------------|:-------------------------------:|
    | List implementations (or overrides) of the class/interface (or method) at the cursor | Command-Option-B |
    | List implementations/overrides of the class/interface/method at cursor | Command-Option-B |
    | Surround with a try-catch block | Command-Option-T |
    | Collapse code block / Expand code block | ⌘+, ⌘- |
    | Collapse all / Expand all | ⌘⇧+, ⌘⇧- |
  21. r7hitbugs revised this gist Jul 17, 2014. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -47,12 +47,15 @@ Check these shortcuts out if you are bored. *To use 'navigate through open tabs'

    | Description | Shortcut |
    |:--------------------------------------------------------------------------------|:-------------------------------:|
    | List implementations (or overrides) of the class/interface (or method) at the cursor | Command-Option-B |
    | Surround with a try-catch block | Command-Option-T |
    | Collapse code block / Expand code block | ⌘+, ⌘- |
    | Collapse all / Expand all | ⌘⇧+, ⌘⇧- |
    | Debug | Control-D |
    | Search for and go to any symbol (incl. variables and methods) | Command-Option-O |
    | Skip back/forward through cursor position history | ⌘-⌥-left arrow, ⌘-⌥-right arrow |
    | Go to previous edit cursor location | Command-Shift-Backspace |
    | Show recently edited files | Command-Shift-E |
    | View code heirarchy for symbol | Control-H |
    | Insert new line below current cursor position | Shift-Enter |
    | Move code block at cursor up/down | ⌘-⇧-up arrow, ⌘-⇧-down arrow |
  22. r7hitbugs revised this gist Jul 17, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -34,8 +34,8 @@ Learn these shortcuts once you have the essential shortcuts nailed.
    | Description | Shortcut |
    |:----------------------------------------------------------------------------------------|:--------------------:|
    | Search for and list **any** occurrences of text | Command-Shift-F |
    | Find and replace in file | Command-R |
    | Go to next highlighted error in file | F2 |
    | Find and replace in current file | Command-R |
    | Go to next highlighted error in current file | F2 |
    | Run | Control-R |
    | Show available parameters for current method (must be inside parentheses) | Command-P |
    | Comment/Uncomment all selected lines (also works in xml files) | Command-/ |
  23. r7hitbugs revised this gist Jul 17, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -35,7 +35,7 @@ Learn these shortcuts once you have the essential shortcuts nailed.
    |:----------------------------------------------------------------------------------------|:--------------------:|
    | Search for and list **any** occurrences of text | Command-Shift-F |
    | Find and replace in file | Command-R |
    | Next highlighted error in file | F2 |
    | Go to next highlighted error in file | F2 |
    | Run | Control-R |
    | Show available parameters for current method (must be inside parentheses) | Command-P |
    | Comment/Uncomment all selected lines (also works in xml files) | Command-/ |
  24. r7hitbugs revised this gist Jul 17, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -43,7 +43,7 @@ Learn these shortcuts once you have the essential shortcuts nailed.

    ### Shortcuts For Wizards:

    Check these shortcuts out if you are bored. To use 'navigate through open tabs', you will have to change or disable the corresponding Mission Control shortcuts [System Preferences > Keyboard > Keyboard Shortcuts > Mission Control].
    Check these shortcuts out if you are bored. *To use 'navigate through open tabs', you will have to change or disable the corresponding Mission Control shortcuts [System Preferences > Keyboard > Keyboard Shortcuts > Mission Control].*

    | Description | Shortcut |
    |:--------------------------------------------------------------------------------|:-------------------------------:|
  25. r7hitbugs revised this gist Jul 17, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -43,7 +43,7 @@ Learn these shortcuts once you have the essential shortcuts nailed.

    ### Shortcuts For Wizards:

    Learn these shortcuts if you are bored. To use 'navigate through open tabs', you will have to change or disable the corresponding Mission Control shortcuts [System Preferences > Keyboard > Keyboard Shortcuts > Mission Control].
    Check these shortcuts out if you are bored. To use 'navigate through open tabs', you will have to change or disable the corresponding Mission Control shortcuts [System Preferences > Keyboard > Keyboard Shortcuts > Mission Control].

    | Description | Shortcut |
    |:--------------------------------------------------------------------------------|:-------------------------------:|
  26. r7hitbugs revised this gist Jul 17, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -2,8 +2,8 @@

    ### Notes:

    * Two of the most useful shortcuts utilize the Fn (function) keys. It is therefore recommended that you enable the "Use all F1, F2, etc. keys as standard function keys" option [System Preferences -> Keyboard].
    * Be sure to enable the Mac OS X 10.5+ keymap in Android Studio [Preferences -> Keymap].
    * Two of the most useful shortcuts utilize the Fn (function) keys. It is therefore recommended that you enable the "Use all F1, F2, etc. keys as standard function keys" option [System Preferences > Keyboard].
    * Be sure to enable the Mac OS X 10.5+ keymap in Android Studio [Preferences > Keymap].
    * A fairly complete shortcut list can be found [here](http://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard_Mac.pdf).

    ### Useful symbols:
  27. r7hitbugs revised this gist Jul 17, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -43,7 +43,7 @@ Learn these shortcuts once you have the essential shortcuts nailed.

    ### Shortcuts For Wizards:

    Learn these shortcuts if you are bored.
    Learn these shortcuts if you are bored. To use 'navigate through open tabs', you will have to change or disable the corresponding Mission Control shortcuts [System Preferences > Keyboard > Keyboard Shortcuts > Mission Control].

    | Description | Shortcut |
    |:--------------------------------------------------------------------------------|:-------------------------------:|
  28. r7hitbugs revised this gist Jul 17, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@

    * Two of the most useful shortcuts utilize the Fn (function) keys. It is therefore recommended that you enable the "Use all F1, F2, etc. keys as standard function keys" option [System Preferences -> Keyboard].
    * Be sure to enable the Mac OS X 10.5+ keymap in Android Studio [Preferences -> Keymap].
    * A fairly complete shortcut list can be found [here](http://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard_Mac.pdf)
    * A fairly complete shortcut list can be found [here](http://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard_Mac.pdf).

    ### Useful symbols:

  29. r7hitbugs revised this gist Jul 17, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@

    * Two of the most useful shortcuts utilize the Fn (function) keys. It is therefore recommended that you enable the "Use all F1, F2, etc. keys as standard function keys" option [System Preferences -> Keyboard].
    * Be sure to enable the Mac OS X 10.5+ keymap in Android Studio [Preferences -> Keymap].
    * A fairly complete shortcut list can be found [http://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard_Mac.pdf](here)
    * A fairly complete shortcut list can be found [here](http://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard_Mac.pdf)

    ### Useful symbols:

  30. r7hitbugs revised this gist Jul 17, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion android_studio_shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@

    * Two of the most useful shortcuts utilize the Fn (function) keys. It is therefore recommended that you enable the "Use all F1, F2, etc. keys as standard function keys" option [System Preferences -> Keyboard].
    * Be sure to enable the Mac OS X 10.5+ keymap in Android Studio [Preferences -> Keymap].
    * A fairly complete shortcut list can be found (here)[http://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard_Mac.pdf]
    * A fairly complete shortcut list can be found [http://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard_Mac.pdf](here)

    ### Useful symbols: