> 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/ja/references/references-classic/search-and-information-display-classic/keyboard-shortcuts-for-column-display-selection-with-finder-classic.md).

# Finder（クラシック）での列表示選択用のキーボードショートカット

調査やアラートの表示列を選択する場合や、メトリクスで表示する追加フィールドを決定する際に、キーボードショートカットを学ぶことで効率的に作業を進めることができます。 多くの場合、ディスプレイフィールドを選択するためにキーボードを使用する方が、マウスを使用するよりも速くて便利です。

**Ctrl**キーを押すことで、ディスプレイフィールドセレクターのキーボードショートカットにアクセスできます。これにより、以下の状況で表示されます。

* [Investigationのオプションを編集する](/platform/ja/user-guide/investigations/creating-an-investigation-with-finder-classic/editing-the-options-of-an-investigation-with-finder-classic.md)
* [Investigationの結果をナビゲートする](/platform/ja/user-guide/investigations/creating-an-investigation-with-finder-classic/navigating-through-the-results-of-an-investigation-with-finder-classic.md)
* [メトリックの作成](/platform/ja/user-guide/using-finder-classic/monitoring-it-custom-metrics-with-finder-classic/creating-a-metric-with-finder-classic.md)

キーボードを使ってフィールドを素早く選択するには:

1. フィルタリングボックスに文字を入力して、テキストコンテンツによって利用可能なフィールドを絞り込みます。
2. 選択ダイアログボックスでフィールドを強調表示するために**Ctrl**キーを押します。
3. 強調表示されたフィールドから移動するには**Ctrl+矢印キー**を押します。
   * 次の利用可能なフィールドに移動するには**Ctrl+右矢印**または**Ctrl+下矢印**を押します。
   * 前の利用可能なフィールドに移動するには**Ctrl+左矢印**または**Ctrl+上矢印**を押します。
4. ダイアログボックスの始まりと終わりに移動するには**Home**および**End**キーを使用します。
   * ダイアログボックス内で最初の利用可能なフィールドに移動するには**Ctrl+Home**を押します。
   * ダイアログボックス内で最後の利用可能なフィールドに移動するには**Ctrl+End**を押します。
5. 強調表示されたフィールドを表示リストに追加し、次の利用可能なフィールドに移動するには**Ctrl+Space**を押します。
   * または、強調表示されたフィールドを表示リストに追加し、前の利用可能なフィールドに移動するには**Ctrl+Shift+Space**を押します。
   * この手順の開始時に入力したテキストフィルターが適用される状態で、**Ctrl**キーを保持します。
     * 1つ以上のフィールドを表示リストに追加した後、**Ctrl**キーを放すことでテキストフィルターが削除されます。
     * フィールドを表示リストに追加しなかった場合、テキストフィルターは維持されます。

無効または既に選択されているフィールドは選択できないことに注意してください。


---

# 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/ja/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.
