# How To Use List Viewers in IDA

The following commands work in the list viewers:

1\. All usual movement keys: PgUp,PgDn,Home,End and arrows.

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. Ctrl-Enter 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\. Alt-T search for a substring (case-insensitive) Ctrl-T repeat last search

5\. If the list is not in dialog mode, you can use the following keys: Enter jump to the selected item in the last IDA View window Ctrl-E edit the current item Del delete the current item Ins insert a new item Ctrl-U refresh information in the window

6\. Quick filtering is available using Ctrl-F. 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.

Esc or Enter close modal list viewers.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hex-rays.com/9.0/user-guide/user-interface/how-to-use-list-viewers-in-ida.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
