# キーボード操作

## よく使われるキーボードショートカット <a href="#shortcuts" id="shortcuts"></a>

| 動作                 | キーボードショートカット                                                                                                                                |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------- |
| Jump Navigationを表示 | `⌘ + K`, `Ctrl + K`                                                                                                                         |
| 通知のオン/オフ           | `⌘ + I`,  `Ctrl + I`                                                                                                                        |
| レイアウトを変更           | <p><code>⌘ + 1</code>, <code>⌘ + 2</code>, <code>⌘ + 3</code></p><p><code>Ctrl + 1</code>, <code>Ctrl + 2</code>, <code>Ctrl + 3</code></p> |
| 未読issueを表示         | `U`                                                                                                                                         |
| 次/前のStreamを表示      | `D` , `F`                                                                                                                                   |
| 次/前のissueを表示       | `J` , `K`                                                                                                                                   |
| ブラウザのスクロール         | `Space`, `Shift + Space`                                                                                                                    |

{% hint style="info" %}
全てのキーボードショートカットを見るにはリファレンスの「[キーボードショートカット](https://docs.jasperapp.io/ja/reference/keyboard-shortcut)」を参照してください。
{% endhint %}

{% hint style="info" %}
キーボードショートカットをカスタマイズする場合は「[キーボードショートカットをカスタマイズする(Mac)](https://docs.jasperapp.io/ja/reference/keyboard-shortcut#customize)」を参照してください。
{% endhint %}


---

# 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.jasperapp.io/ja/usecase/keyboard.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.
