-
-
Save andrewclam1991/57b19c0f9e82c0a35a67c04eb3ea17dc to your computer and use it in GitHub Desktop.
Revisions
-
stkent revised this gist
Apr 1, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 | 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 | -
stkent revised this gist
Jan 26, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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-` | -
stkent revised this gist
Jan 17, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 | 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 | -
stkent revised this gist
Jan 17, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 | -
stkent revised this gist
Jan 12, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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 | -
stkent revised this gist
Jan 6, 2015 . 1 changed file with 4 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 | | 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 | -
stkent revised this gist
Jan 6, 2015 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 | | 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 | -
stkent revised this gist
Oct 20, 2014 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 | -
stkent revised this gist
Oct 20, 2014 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 | | 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 | ⌘⇧+, ⌘⇧- | | Insert new line below current cursor position | Shift-Enter | -
stkent revised this gist
Oct 20, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 | 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 | -
stkent revised this gist
Oct 20, 2014 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 | -
r7hitbugs revised this gist
Jul 30, 2014 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 | -
r7hitbugs revised this gist
Jul 30, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 | |:----------------------------------------------------------------------------------------|:--------------------:| | 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 | | 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 | -
r7hitbugs revised this gist
Jul 29, 2014 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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 | -
r7hitbugs revised this gist
Jul 29, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 | 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 | -
r7hitbugs revised this gist
Jul 17, 2014 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 | -
r7hitbugs revised this gist
Jul 17, 2014 . 1 changed file with 7 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 | | 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 | | Go to next highlighted error in current file | F2 | | Run | Control-R | | Comment/Uncomment all selected lines (also works in xml files) | Command-/ | | Show available parameters for current method (must be inside parentheses) | Command-P | | Find and replace in current file | Command-R | ### Shortcuts For Wizards: -
r7hitbugs revised this gist
Jul 17, 2014 . 1 changed file with 8 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 | | 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 | | Move code block at cursor up/down | ⌘-⇧-up arrow, ⌘-⇧-down 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 | -
r7hitbugs revised this gist
Jul 17, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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 | ⌘⇧+, ⌘⇧- | -
r7hitbugs revised this gist
Jul 17, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 | | Surround with a try-catch block | Command-Option-T | | Collapse code block / Expand code block | ⌘+, ⌘- | | Collapse all / Expand all | ⌘⇧+, ⌘⇧- | -
r7hitbugs revised this gist
Jul 17, 2014 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 | -
r7hitbugs revised this gist
Jul 17, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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-/ | -
r7hitbugs revised this gist
Jul 17, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 | | 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-/ | -
r7hitbugs revised this gist
Jul 17, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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].* | Description | Shortcut | |:--------------------------------------------------------------------------------|:-------------------------------:| -
r7hitbugs revised this gist
Jul 17, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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]. | Description | Shortcut | |:--------------------------------------------------------------------------------|:-------------------------------:| -
r7hitbugs revised this gist
Jul 17, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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]. * A fairly complete shortcut list can be found [here](http://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard_Mac.pdf). ### Useful symbols: -
r7hitbugs revised this gist
Jul 17, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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]. | Description | Shortcut | |:--------------------------------------------------------------------------------|:-------------------------------:| -
r7hitbugs revised this gist
Jul 17, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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). ### Useful symbols: -
r7hitbugs revised this gist
Jul 17, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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) ### Useful symbols: -
r7hitbugs revised this gist
Jul 17, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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) ### Useful symbols:
NewerOlder