> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/references/references-classic/search-and-information-display-classic/keyboard-shortcuts-for-column-display-selection-with-finder-classic.md).

# Keyboard shortcuts for column display selection with Finder (classic)

Whether you are choosing the columns to display in investigations and alerts or deciding which additional fields to display in metrics, learning keyboard shortcuts can help you be more efficient. In many cases, using the keyboard to select a display field may be faster and more convenient than using the mouse.

The **Ctrl** key enables access to the keyboard shortcuts of the display field selector, which is shown when:

* [Editing the options of an investigation](/platform/user-guide/investigations/creating-an-investigation-with-finder-classic/editing-the-options-of-an-investigation-with-finder-classic.md)
* [Navigating the results of an investigation](/platform/user-guide/investigations/creating-an-investigation-with-finder-classic/navigating-through-the-results-of-an-investigation-with-finder-classic.md)
* [Creating a metric](/platform/user-guide/using-finder-classic/monitoring-it-custom-metrics-with-finder-classic/creating-a-metric-with-finder-classic.md)

To quickly select fields using the keyboard:

1. Start typing in the box to filter the available fields by text content.
2. Press **Ctrl** to highlight a field in the selection dialog box.
3. Press **Ctrl+Arrow key** to navigate away from the highlighted field:
   * Press **Ctrl+Right arrow** or **Ctrl+Down arrow** to move to the next field available.
   * Press **Ctrl+Left arrow** or **Ctrl+Up arrow** to move to the previous field available.
4. Use the **Home** and **End** keys to navigate to the beginning and to the end of the dialog box:
   * Press **Ctrl+Home** to move to the first available field in the dialog box.
   * Press **Ctrl+End** to move to the last available field in the dialog box.
5. Press **Ctrl+Space** to add the highlighted field to the display list and move to the next available field.
   * Alternatively, press **Ctrl+Shift+Space** to add the highlighted field to the display list and move to the previous field available.
   * While holding the **Ctrl** key, the text filter that you typed at the beginning of the procedure is applied.
     * After adding one or more fields to the display list, releasing the **Ctrl** key removes the text filter.
     * If you did not add a field to the display list, the text filter is maintained.

Note that disabled or already selected fields are not available for selection.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.nexthink.com/platform/references/references-classic/search-and-information-display-classic/keyboard-shortcuts-for-column-display-selection-with-finder-classic.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
