# How To Use List Viewers in IDA

The following commands work in the list viewers:

1\. All usual movement keys: <kbd>PgUp</kbd>, <kbd>PgDn</kbd>, <kbd>Home</kbd>, <kbd>End</kbd> and arrows (<kbd>↑</kbd> <kbd>↓</kbd> <kbd>→</kbd> <kbd>←</kbd>).

2\. It is possible to position to a line simply by typing in the desired line number.

3\. It is possible to position on a line by typing in its beginning. In this case the user can use: Backspace key to erase the last character typed in. <kbd>Ctrl</kbd>+<kbd>Enter</kbd> to find another line with the same prefix. Please note that List Viewer ignores the prefix of a line up to the last backslash (\\\\) or slash (/) if it exists.

4\. <kbd>Alt</kbd>+<kbd>T</kbd> search for a substring (case-insensitive). <kbd>Ctrl</kbd>+<kbd>T</kbd> repeat last search.

5\. If the list is not in dialog mode, you can use the following keys:

* <kbd>Enter</kbd>: jump to the selected item in the last IDA View window
* <kbd>Ctrl</kbd>+<kbd>E</kbd>: edit the current item
* <kbd>Del</kbd> delete the current item
* <kbd>Ins</kbd> insert a new item
* <kbd>Ctrl</kbd>+<kbd>U</kbd> refresh information in the window

6\. Quick filtering is available using <kbd>Ctrl</kbd>+<kbd>F</kbd>. More complex filters can be defined with a right click (only the GUI mode).

7\. The list can be sorted by any column by clicking on it. Please note that maintaining a frequently modified list sorted can be very time consuming, so try not to sort non-modal lists during the initial analysis. (sorting is available only in the GUI mode).

8\. Right-click may show additional functionality for the list viewer.

<kbd>Esc</kbd> or <kbd>Enter</kbd> close modal list viewers.
