7.6 Code view keyboard shortcuts
The keyboard shortcuts in the Code view help you to quickly navigate through your source code and disassembly instructions.
The keyboard shortcuts available for the table views are:
- Up arrow
- Moves the current selection up one row.
- Shift + Up Arrow
- Adds the previous row to the current selection.
- Down arrow
- Moves the current selection down one row.
- Shift + Down Arrow
- Adds the next row to the current selection.
- Home
- 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 top of the source
file.
- End
- Takes you to the bottom of the function that contains the currently
selected row. Like the home key, 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.
- Page Up
- Moves up one page. A page is defined by the range of rows currently
displayed in either the source or disassembly view.
- Page Down
- Moves down one page.