Keyboard shortcuts in the code view

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:

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 to the top of the source file.

End

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.

Page Up

Moves up one page.

Page Down

Moves down one page.