Keyboard shortcuts help you to quickly navigate through your source code and disassembly instructions in the Code view.
The keyboard shortcuts available for the table views are:
Moves the current selection up one row.
Adds the previous row to the current selection.
Moves the current selection down one row.
Adds the next row to the current selection.
Takes you to the top of the function that contains the currently selected row. If a line of code is selected in the source view that does not have any instructions associated with it, the home key takes you to the top of the source file.
Takes you to the bottom of the function that contains the currently selected row. If the selected line of source does not have any instructions associated with it, the end key takes you to the bottom of the file.
Moves up one page.
Moves down one page.