Update chapter-06-gbapp-reference.md

This commit is contained in:
flavioandrade91 2020-10-19 14:10:32 -03:00 committed by GitHub
parent 8fb70b551f
commit 3925102262
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,6 +174,7 @@ This in some way contributes to a better understanding of how it works.
| Key | Description | | Key | Description |
|--------------------------|-------------------------------------------------------------------------------| |--------------------------|-------------------------------------------------------------------------------|
| F8 | Next error. | | F8 | Next error. |
| F12 | Go to symbol definition. |
| F5 | Run. | | F5 | Run. |
| CTRL + . | Auto refactoring (Fix). | | CTRL + . | Auto refactoring (Fix). |
| ALT + SHIFT + DOWN ARROW | Duplicate the line code. | | ALT + SHIFT + DOWN ARROW | Duplicate the line code. |