# Keyboard shortcuts

### Global <a href="#global" id="global"></a>

|              |                 |
| ------------ | --------------- |
| **Shortcut** | **Action**      |
| `s`          | open search bar |
| `?`          | open help       |

### Code page <a href="#code-page" id="code-page"></a>

|              |                         |
| ------------ | ----------------------- |
| **Shortcut** | **Action**              |
| `↑``↓`       | select files            |
| `→`          | open file               |
| `←`          | return back to the list |

### Issues page <a href="#issues-page" id="issues-page"></a>

|                  |                                               |
| ---------------- | --------------------------------------------- |
| **Shortcut**     | **Action**                                    |
| `↑``↓`           | navigate between issues                       |
| `→`              | go from the list of issues to the source code |
| `←`              | return back to the list                       |
| `alt` + `↑``↓`   | to navigate issue locations                   |
| `alt` + `←``→`   | to switch flows                               |
| `f`              | do an issue transition                        |
| `a`              | assign issue                                  |
| `m`              | assign issue to the current user              |
| `i`              | change severity of issue                      |
| `c`              | comment issue                                 |
| `ctrl` + `enter` | submit comment                                |
| `t`              | change tags of issue                          |

### Measures page <a href="#measures-page" id="measures-page"></a>

|              |                         |
| ------------ | ----------------------- |
| **Shortcut** | **Action**              |
| `↑``↓`       | select files            |
| `→`          | open file               |
| `←`          | return back to the list |

### Rules page <a href="#rules-page" id="rules-page"></a>

|              |                                               |
| ------------ | --------------------------------------------- |
| **Shortcut** | **Action**                                    |
| `↑``↓`       | navigate between rules                        |
| `→`          | go from the list of rules to the rule details |
| `←`          | return back to the list                       |


---

# 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.sonarsource.com/sonarqube-server/10.4/user-guide/keyboard-shortcuts.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.
